#15814C

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

Shades of Salem #15814C

Tints of Salem #15814C

Color information

#15814C (or 0x15814C) is unknown color: approx Salem. HEX triplet: 15, 81 and 4C. RGB value is (21,129,76). Sum of RGB (Red+Green+Blue) = 21+129+76=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #15814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15814C is #EA7EB3. Grayscale: #5A5A5A. Windows color (decimal): -15367860 or 5013781. OLE color: 5013781.

HSL color Cylindrical-coordinate representation of color #15814C: hue angle of 150.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15814C is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB2112976-
CMYK0.8400.410.49
HSL150.56º72%29.41%-
HSV(B)150.56º83.72%50.59%-
XYZ9.4616.389.5-
YUV90.67119.7278.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 129 (50.78% from 255) = 57.08%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=9.29%
G=57.08%
B=33.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21129760.8400.410.49150.567229.41
Hex15814C540293197481d
Octal252011141240516122711035
Binary101011000000110011001010100010100111000110010111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,129,76); }

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

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

 a { background-color: rgb(21,129,76); }

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

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

 span { border-color: rgb(21,129,76); }

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