#11714E

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

Shades of Salem #11714E

Tints of Salem #11714E

Color information

#11714E (or 0x11714E) is unknown color: approx Salem. HEX triplet: 11, 71 and 4E. RGB value is (17,113,78). Sum of RGB (Red+Green+Blue) = 17+113+78=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #11714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11714E is #EE8EB1. Grayscale: #505050. Windows color (decimal): -15634098 or 5140753. OLE color: 5140753.

HSL color Cylindrical-coordinate representation of color #11714E: hue angle of 158.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11714E is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1711378-
CMYK0.8500.310.56
HSL158.12º73.85%25.49%-
HSV(B)158.12º84.96%44.31%-
XYZ7.5112.489.22-
YUV80.31126.782.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 113 (44.53% from 255) = 54.33%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=8.17%
G=54.33%
B=37.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17113780.8500.310.56158.1273.8525.49
Hex11714E5501F389e4a19
Octal211611161250377023611231
Binary1000111100011001110101010101111111100010011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,113,78); }

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

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

 a { background-color: rgb(17,113,78); }

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

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

 span { border-color: rgb(17,113,78); }

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