#11734F

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

Shades of Salem #11734F

Tints of Salem #11734F

Color information

#11734F (or 0x11734F) is unknown color: approx Salem. HEX triplet: 11, 73 and 4F. RGB value is (17,115,79). Sum of RGB (Red+Green+Blue) = 17+115+79=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #11734F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11734F is #EE8CB0. Grayscale: #515151. Windows color (decimal): -15633585 or 5206801. OLE color: 5206801.

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

Color convert

RGB1711579-
CMYK0.8500.310.55
HSL157.96º74.24%25.88%-
HSV(B)157.96º85.22%45.1%-
XYZ7.7712.959.49-
YUV81.59126.5381.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=8.06%
G=54.50%
B=37.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17115790.8500.310.55157.9674.2425.88
Hex11734F5501F379e4a1a
Octal211631171250376723611232
Binary1000111100111001111101010101111111011110011110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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