#18924D

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

Shades of Salem #18924D

Tints of Salem #18924D

Color information

#18924D (or 0x18924D) is unknown color: approx Salem. HEX triplet: 18, 92 and 4D. RGB value is (24,146,77). Sum of RGB (Red+Green+Blue) = 24+146+77=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #18924D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18924D is #E76DB2. Grayscale: #656565. Windows color (decimal): -15166899 or 5083672. OLE color: 5083672.

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

Color convert

RGB2414677-
CMYK0.8400.470.43
HSL146.07º71.76%33.33%-
HSV(B)146.07º83.56%57.25%-
XYZ1221.2910.5-
YUV101.66114.0872.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.72%
GREEN value IS 146 (57.42% from 255) = 59.11%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=9.72%
G=59.11%
B=31.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24146770.8400.470.43146.0771.7633.33
Hex18924D5402F2B924821
Octal302221151240575322211041
Binary1100010010010100110110101000101111101011100100101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18924D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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