#189242

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

Shades of Salem #189242

Tints of Salem #189242

Color information

#189242 (or 0x189242) is unknown color: approx Salem. HEX triplet: 18, 92 and 42. RGB value is (24,146,66). Sum of RGB (Red+Green+Blue) = 24+146+66=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 146 (57.42% from 255 or 61.86% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 146 - color contains mainly: green. Hex color #189242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189242 is #E76DBD. Grayscale: #646464. Windows color (decimal): -15166910 or 4362776. OLE color: 4362776.

HSL color Cylindrical-coordinate representation of color #189242: hue angle of 140.66º 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 #189242 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB2414666-
CMYK0.8400.550.43
HSL140.66º71.76%33.33%-
HSV(B)140.66º83.56%57.25%-
XYZ11.6421.158.62-
YUV100.4108.5873.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 146 (57.42% from 255) = 61.86%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=10.17%
G=61.86%
B=27.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24146660.8400.550.43140.6671.7633.33
Hex189242540372B8d4821
Octal302221021240675321511041
Binary1100010010010100001010101000110111101011100011011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189242; }

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

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

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

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

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

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

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

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