#15804A

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

Shades of Salem #15804A

Tints of Salem #15804A

Color information

#15804A (or 0x15804A) is unknown color: approx Salem. HEX triplet: 15, 80 and 4A. RGB value is (21,128,74). Sum of RGB (Red+Green+Blue) = 21+128+74=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #15804A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15804A is #EA7FB5. Grayscale: #595959. Windows color (decimal): -15368118 or 4882453. OLE color: 4882453.

HSL color Cylindrical-coordinate representation of color #15804A: hue angle of 149.72º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15804A is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB2112874-
CMYK0.8400.420.50
HSL149.72º71.81%29.22%-
HSV(B)149.72º83.59%50.2%-
XYZ9.2616.099.1-
YUV89.85119.0578.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 128 (50.39% from 255) = 57.40%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=9.42%
G=57.40%
B=33.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21128740.8400.420.50149.7271.8129.22
Hex15804A5402A3296481d
Octal252001121240526222611035
Binary101011000000010010101010100010101011001010010110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,128,74); }

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

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

 a { background-color: rgb(21,128,74); }

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

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

 span { border-color: rgb(21,128,74); }

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