#15704E

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

Shades of Salem #15704E

Tints of Salem #15704E

Color information

#15704E (or 0x15704E) is unknown color: approx Salem. HEX triplet: 15, 70 and 4E. RGB value is (21,112,78). Sum of RGB (Red+Green+Blue) = 21+112+78=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #15704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15704E is #EA8FB1. Grayscale: #505050. Windows color (decimal): -15372210 or 5140501. OLE color: 5140501.

HSL color Cylindrical-coordinate representation of color #15704E: hue angle of 157.58º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15704E is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2111278-
CMYK0.8100.300.56
HSL157.58º68.42%26.08%-
HSV(B)157.58º81.25%43.92%-
XYZ7.4812.39.19-
YUV80.91126.3585.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.95%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=9.95%
G=53.08%
B=36.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21112780.8100.300.56157.5868.4226.08
Hex15704E5101E389e441a
Octal251601161210367023610432
Binary1010111100001001110101000101111011100010011110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15704E; }

 p { color: rgb(21,112,78); }

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

<style>
 a { background-color: #15704E; }

 a { background-color: rgb(21,112,78); }

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

<style>
 span { border-color: #15704E; }

 span { border-color: rgb(21,112,78); }

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