#189248

Color #189248 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #189248

Tints of Salem #189248

Color information

#189248 (or 0x189248) is unknown color: approx Salem. HEX triplet: 18, 92 and 48. RGB value is (24,146,72). Sum of RGB (Red+Green+Blue) = 24+146+72=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #189248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189248 is #E76DB7. Grayscale: #656565. Windows color (decimal): -15166904 or 4755992. OLE color: 4755992.

HSL color Cylindrical-coordinate representation of color #189248: hue angle of 143.61º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189248 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB2414672-
CMYK0.8400.510.43
HSL143.61º71.76%33.33%-
HSV(B)143.61º83.56%57.25%-
XYZ11.8321.229.6-
YUV101.09111.5873.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 146 (57.42% from 255) = 60.33%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=9.92%
G=60.33%
B=29.75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24146720.8400.510.43143.6171.7633.33
Hex189248540332B904821
Octal302221101240635322011041
Binary1100010010010100100010101000110011101011100100001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189248; }

 p { color: rgb(24,146,72); }

 H1.HeaderClassName
 {
   color: #189248;
 }
 .AnyTagClassName
 {
   color: #189248;
 }
</style>
background-color css

<style>
 a { background-color: #189248; }

 a { background-color: rgb(24,146,72); }

 div.DivClassName
 {
   background-color: #189248;
 }
 .BgClassName
 {
   background-color: #189248;
 }
</style>
border-color css

<style>
 span { border-color: #189248; }

 span { border-color: rgb(24,146,72); }

 td.TdClassName
 {
   border-color: #189248;
 }
 .TagClassName
 {
   border-color: #189248;
 }
</style>