#565034

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

Shades of Thatch Green #565034

Tints of Thatch Green #565034

Color information

#565034 (or 0x565034) is unknown color: approx Thatch Green. HEX triplet: 56, 50 and 34. RGB value is (86,80,52). Sum of RGB (Red+Green+Blue) = 86+80+52=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #565034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565034 is #A9AFCB. Grayscale: #4E4E4E. Windows color (decimal): -11120588 or 3428438. OLE color: 3428438.

HSL color Cylindrical-coordinate representation of color #565034: hue angle of 49.41º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #565034 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB868052-
CMYK00.070.400.66
HSL49.41º24.64%27.06%-
HSV(B)49.41º39.53%33.73%-
XYZ7.337.964.4-
YUV78.6112.99133.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=39.45%
G=36.70%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86805200.070.400.6649.4124.6427.06
Hex56503407284231191b
Octal126120640750102613133
Binary10101101010000110100011110100010000101100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565034; }

 p { color: rgb(86,80,52); }

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

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

 a { background-color: rgb(86,80,52); }

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

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

 span { border-color: rgb(86,80,52); }

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