#717049

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

Shades of Hemlock #717049

Tints of Hemlock #717049

Color information

#717049 (or 0x717049) is unknown color: approx Hemlock. HEX triplet: 71, 70 and 49. RGB value is (113,112,73). Sum of RGB (Red+Green+Blue) = 113+112+73=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #717049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717049 is #8E8FB6. Grayscale: #6C6C6C. Windows color (decimal): -9342903 or 4812913. OLE color: 4812913.

HSL color Cylindrical-coordinate representation of color #717049: hue angle of 58.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717049 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11311273-
CMYK00.010.350.56
HSL58.5º21.51%36.47%-
HSV(B)58.5º35.4%44.31%-
XYZ13.8115.588.58-
YUV107.85108.33131.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=37.92%
G=37.58%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131127300.010.350.5658.521.5136.47
Hex7170490123383a1624
Octal161160111014370722644
Binary1110001111000010010010110001111100011101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717049; }

 p { color: rgb(113,112,73); }

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

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

 a { background-color: rgb(113,112,73); }

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

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

 span { border-color: rgb(113,112,73); }

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