#15865A

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

Shades of Salem #15865A

Tints of Salem #15865A

Color information

#15865A (or 0x15865A) is unknown color: approx Salem. HEX triplet: 15, 86 and 5A. RGB value is (21,134,90). Sum of RGB (Red+Green+Blue) = 21+134+90=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #15865A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15865A is #EA79A5. Grayscale: #5F5F5F. Windows color (decimal): -15366566 or 5932565. OLE color: 5932565.

HSL color Cylindrical-coordinate representation of color #15865A: hue angle of 156.64º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15865A is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB2113490-
CMYK0.8400.330.47
HSL156.64º72.9%30.39%-
HSV(B)156.64º84.33%52.55%-
XYZ10.6817.9512.57-
YUV95.2125.0675.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.57%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=8.57%
G=54.69%
B=36.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21134900.8400.330.47156.6472.930.39
Hex15865A540212F9d491e
Octal252061321240415723511136
Binary101011000011010110101010100010000110111110011101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,134,90); }

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

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

 a { background-color: rgb(21,134,90); }

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

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

 span { border-color: rgb(21,134,90); }

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