#717240

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

Shades of Hemlock #717240

Tints of Hemlock #717240

Color information

#717240 (or 0x717240) is unknown color: approx Hemlock. HEX triplet: 71, 72 and 40. RGB value is (113,114,64). Sum of RGB (Red+Green+Blue) = 113+114+64=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #717240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717240 is #8E8DBF. Grayscale: #6C6C6C. Windows color (decimal): -9342400 or 4223601. OLE color: 4223601.

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

Color convert

RGB11311464-
CMYK0.0100.440.55
HSL61.2º28.09%34.9%-
HSV(B)61.2º43.86%44.71%-
XYZ13.7515.927.2-
YUV108103.17131.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=38.83%
G=39.18%
B=21.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114640.0100.440.5561.228.0934.9
Hex717240102C373d1c23
Octal161162100105467753443
Binary1110001111001010000001010110011011111110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717240; }

 p { color: rgb(113,114,64); }

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

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

 a { background-color: rgb(113,114,64); }

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

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

 span { border-color: rgb(113,114,64); }

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