#11744E

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

Shades of Salem #11744E

Tints of Salem #11744E

Color information

#11744E (or 0x11744E) is unknown color: approx Salem. HEX triplet: 11, 74 and 4E. RGB value is (17,116,78). Sum of RGB (Red+Green+Blue) = 17+116+78=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #11744E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11744E is #EE8BB1. Grayscale: #525252. Windows color (decimal): -15633330 or 5141521. OLE color: 5141521.

HSL color Cylindrical-coordinate representation of color #11744E: hue angle of 156.97º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11744E is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1711678-
CMYK0.8500.330.55
HSL156.97º74.44%26.08%-
HSV(B)156.97º85.34%45.49%-
XYZ7.8513.169.33-
YUV82.07125.781.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 116 (45.70% from 255) = 54.98%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=8.06%
G=54.98%
B=36.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116780.8500.330.55156.9774.4426.08
Hex11744E55021379d4a1a
Octal211641161250416723511232
Binary10001111010010011101010101010000111011110011101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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