#55512B

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

Shades of Thatch Green #55512B

Tints of Thatch Green #55512B

Color information

#55512B (or 0x55512B) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 2B. RGB value is (85,81,43). Sum of RGB (Red+Green+Blue) = 85+81+43=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #55512B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55512B is #AAAED4. Grayscale: #4E4E4E. Windows color (decimal): -11185877 or 2838869. OLE color: 2838869.

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

Color convert

RGB858143-
CMYK00.050.490.67
HSL54.29º32.81%25.1%-
HSV(B)54.29º49.41%33.33%-
XYZ7.127.993.45-
YUV77.86108.33133.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=40.67%
G=38.76%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85814300.050.490.6754.2932.8125.1
Hex55512B053143362119
Octal125121530561103664131
Binary101010110100011010110101110001100001111011010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55512B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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