#18924F

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

Shades of Salem #18924F

Tints of Salem #18924F

Color information

#18924F (or 0x18924F) is unknown color: approx Salem. HEX triplet: 18, 92 and 4F. RGB value is (24,146,79). Sum of RGB (Red+Green+Blue) = 24+146+79=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 146 (57.42% from 255 or 58.63% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 146 - color contains mainly: green. Hex color #18924F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18924F is #E76DB0. Grayscale: #666666. Windows color (decimal): -15166897 or 5214744. OLE color: 5214744.

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

Color convert

RGB2414679-
CMYK0.8400.460.43
HSL147.05º71.76%33.33%-
HSV(B)147.05º83.56%57.25%-
XYZ12.0721.3210.88-
YUV101.88115.0872.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 146 (57.42% from 255) = 58.63%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=9.64%
G=58.63%
B=31.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24146790.8400.460.43147.0571.7633.33
Hex18924F5402E2B934821
Octal302221171240565322311041
Binary1100010010010100111110101000101110101011100100111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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