#18924B

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

Shades of Salem #18924B

Tints of Salem #18924B

Color information

#18924B (or 0x18924B) is unknown color: approx Salem. HEX triplet: 18, 92 and 4B. RGB value is (24,146,75). Sum of RGB (Red+Green+Blue) = 24+146+75=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #18924B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18924B is #E76DB4. Grayscale: #656565. Windows color (decimal): -15166901 or 4952600. OLE color: 4952600.

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

Color convert

RGB2414675-
CMYK0.8400.490.43
HSL145.08º71.76%33.33%-
HSV(B)145.08º83.56%57.25%-
XYZ11.9321.2610.13-
YUV101.43113.0872.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.80%
GREEN value IS 146 (57.42% from 255) = 59.59%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=9.80%
G=59.59%
B=30.61%

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
Decimal24146750.8400.490.43145.0871.7633.33
Hex18924B540312B914821
Octal302221131240615322111041
Binary1100010010010100101110101000110001101011100100011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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