#11734C

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

Shades of Salem #11734C

Tints of Salem #11734C

Color information

#11734C (or 0x11734C) is unknown color: approx Salem. HEX triplet: 11, 73 and 4C. RGB value is (17,115,76). Sum of RGB (Red+Green+Blue) = 17+115+76=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #11734C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11734C is #EE8CB3. Grayscale: #515151. Windows color (decimal): -15633588 or 5010193. OLE color: 5010193.

HSL color Cylindrical-coordinate representation of color #11734C: hue angle of 156.12º 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 #11734C is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1711576-
CMYK0.8500.340.55
HSL156.12º74.24%25.88%-
HSV(B)156.12º85.22%45.1%-
XYZ7.6712.98.92-
YUV81.25125.0382.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 115 (45.31% from 255) = 55.29%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=8.17%
G=55.29%
B=36.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17115760.8500.340.55156.1274.2425.88
Hex11734C55022379c4a1a
Octal211631141250426723411232
Binary10001111001110011001010101010001011011110011100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11734C; }

 p { color: rgb(17,115,76); }

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

<style>
 a { background-color: #11734C; }

 a { background-color: rgb(17,115,76); }

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

<style>
 span { border-color: #11734C; }

 span { border-color: rgb(17,115,76); }

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