#55512D

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

Shades of Thatch Green #55512D

Tints of Thatch Green #55512D

Color information

#55512D (or 0x55512D) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 2D. RGB value is (85,81,45). Sum of RGB (Red+Green+Blue) = 85+81+45=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55512D is #AAAED2. Grayscale: #4E4E4E. Windows color (decimal): -11185875 or 2969941. OLE color: 2969941.

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

Color convert

RGB858145-
CMYK00.050.470.67
HSL54º30.77%25.49%-
HSV(B)54º47.06%33.33%-
XYZ7.168.013.65-
YUV78.09109.33132.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=40.28%
G=38.39%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85814500.050.470.675430.7725.49
Hex55512D052F43361f19
Octal125121550557103663731
Binary10101011010001101101010110111110000111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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