#56512D

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

Shades of Thatch Green #56512D

Tints of Thatch Green #56512D

Color information

#56512D (or 0x56512D) is unknown color: approx Thatch Green. HEX triplet: 56, 51 and 2D. RGB value is (86,81,45). Sum of RGB (Red+Green+Blue) = 86+81+45=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #56512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56512D is #A9AED2. Grayscale: #4E4E4E. Windows color (decimal): -11120339 or 2969942. OLE color: 2969942.

HSL color Cylindrical-coordinate representation of color #56512D: hue angle of 52.68º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56512D is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB868145-
CMYK00.060.480.66
HSL52.68º31.3%25.69%-
HSV(B)52.68º47.67%33.73%-
XYZ7.258.053.65-
YUV78.39109.16133.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=40.57%
G=38.21%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86814500.060.480.6652.6831.325.69
Hex56512D063042351f1a
Octal126121550660102653732
Binary10101101010001101101011011000010000101101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56512D; }

 p { color: rgb(86,81,45); }

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

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

 a { background-color: rgb(86,81,45); }

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

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

 span { border-color: rgb(86,81,45); }

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