#18924A

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

Shades of Salem #18924A

Tints of Salem #18924A

Color information

#18924A (or 0x18924A) is unknown color: approx Salem. HEX triplet: 18, 92 and 4A. RGB value is (24,146,74). Sum of RGB (Red+Green+Blue) = 24+146+74=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 146 (57.42% from 255 or 59.84% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 146 - color contains mainly: green. Hex color #18924A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18924A is #E76DB5. Grayscale: #656565. Windows color (decimal): -15166902 or 4887064. OLE color: 4887064.

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

Color convert

RGB2414674-
CMYK0.8400.490.43
HSL144.59º71.76%33.33%-
HSV(B)144.59º83.56%57.25%-
XYZ11.8921.259.95-
YUV101.31112.5872.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 146 (57.42% from 255) = 59.84%
BLUE value IS 74 (29.30% from 255) = 30.33%
R=9.84%
G=59.84%
B=30.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24146740.8400.490.43144.5971.7633.33
Hex18924A540312B914821
Octal302221121240615322111041
Binary1100010010010100101010101000110001101011100100011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18924A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18924A; }

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

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

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

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

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

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

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

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