#18804C

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

Shades of Salem #18804C

Tints of Salem #18804C

Color information

#18804C (or 0x18804C) is unknown color: approx Salem. HEX triplet: 18, 80 and 4C. RGB value is (24,128,76). Sum of RGB (Red+Green+Blue) = 24+128+76=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #18804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18804C is #E77FB3. Grayscale: #5B5B5B. Windows color (decimal): -15171508 or 5013528. OLE color: 5013528.

HSL color Cylindrical-coordinate representation of color #18804C: hue angle of 150º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18804C is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB2412876-
CMYK0.8100.410.50
HSL150º68.42%29.8%-
HSV(B)150º81.25%50.2%-
XYZ9.416.159.46-
YUV90.98119.5480.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 128 (50.39% from 255) = 56.14%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=10.53%
G=56.14%
B=33.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24128760.8100.410.5015068.4229.8
Hex18804C510293296441e
Octal302001141210516222610436
Binary110001000000010011001010001010100111001010010110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18804C; }

 p { color: rgb(24,128,76); }

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

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

 a { background-color: rgb(24,128,76); }

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

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

 span { border-color: rgb(24,128,76); }

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