#55512C

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

Shades of Thatch Green #55512C

Tints of Thatch Green #55512C

Color information

#55512C (or 0x55512C) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 2C. RGB value is (85,81,44). Sum of RGB (Red+Green+Blue) = 85+81+44=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 85 - color contains mainly: red. Hex color #55512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55512C is #AAAED3. Grayscale: #4E4E4E. Windows color (decimal): -11185876 or 2904405. OLE color: 2904405.

HSL color Cylindrical-coordinate representation of color #55512C: hue angle of 54.15º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55512C is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB858144-
CMYK00.050.480.67
HSL54.15º31.78%25.29%-
HSV(B)54.15º48.24%33.33%-
XYZ7.1483.55-
YUV77.98108.83133.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=40.48%
G=38.57%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85814400.050.480.6754.1531.7825.29
Hex55512C053043362019
Octal125121540560103664031
Binary101010110100011011000101110000100001111011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,81,44); }

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

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

 a { background-color: rgb(85,81,44); }

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

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

 span { border-color: rgb(85,81,44); }

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