#56502C

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

Shades of Thatch Green #56502C

Tints of Thatch Green #56502C

Color information

#56502C (or 0x56502C) is unknown color: approx Thatch Green. HEX triplet: 56, 50 and 2C. RGB value is (86,80,44). Sum of RGB (Red+Green+Blue) = 86+80+44=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #56502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56502C is #A9AFD3. Grayscale: #4D4D4D. Windows color (decimal): -11120596 or 2904150. OLE color: 2904150.

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

Color convert

RGB868044-
CMYK00.070.490.66
HSL51.43º32.31%25.49%-
HSV(B)51.43º48.84%33.73%-
XYZ7.167.93.53-
YUV77.69108.99133.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=40.95%
G=38.10%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86804400.070.490.6651.4332.3125.49
Hex56502C073142332019
Octal126120540761102634031
Binary101011010100001011000111110001100001011001110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56502C; }

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

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

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

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

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

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

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

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