#15894F

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

Shades of Salem #15894F

Tints of Salem #15894F

Color information

#15894F (or 0x15894F) is unknown color: approx Salem. HEX triplet: 15, 89 and 4F. RGB value is (21,137,79). Sum of RGB (Red+Green+Blue) = 21+137+79=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #15894F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15894F is #EA76B0. Grayscale: #5F5F5F. Windows color (decimal): -15365809 or 5212437. OLE color: 5212437.

HSL color Cylindrical-coordinate representation of color #15894F: hue angle of 150º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15894F is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB2113779-
CMYK0.8500.420.46
HSL150º73.42%30.98%-
HSV(B)150º84.67%53.73%-
XYZ10.6718.6210.43-
YUV95.7118.5774.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.86%
GREEN value IS 137 (53.91% from 255) = 57.81%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=8.86%
G=57.81%
B=33.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21137790.8500.420.4615073.4230.98
Hex15894F5502A2E96491f
Octal252111171250525622611137
Binary101011000100110011111010101010101010111010010110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15894F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,137,79); }

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

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

 a { background-color: rgb(21,137,79); }

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

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

 span { border-color: rgb(21,137,79); }

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