#717048

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

Shades of Hemlock #717048

Tints of Hemlock #717048

Color information

#717048 (or 0x717048) is unknown color: approx Hemlock. HEX triplet: 71, 70 and 48. RGB value is (113,112,72). Sum of RGB (Red+Green+Blue) = 113+112+72=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #717048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717048 is #8E8FB7. Grayscale: #6B6B6B. Windows color (decimal): -9342904 or 4747377. OLE color: 4747377.

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

Color convert

RGB11311272-
CMYK00.010.360.56
HSL58.54º22.16%36.27%-
HSV(B)58.54º36.28%44.31%-
XYZ13.7715.578.41-
YUV107.74107.83131.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.05%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=38.05%
G=37.71%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131127200.010.360.5658.5422.1636.27
Hex7170480124383b1624
Octal161160110014470732644
Binary1110001111000010010000110010011100011101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717048; }

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

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

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

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

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

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

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

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