#555133

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

Shades of Thatch Green #555133

Tints of Thatch Green #555133

Color information

#555133 (or 0x555133) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 33. RGB value is (85,81,51). Sum of RGB (Red+Green+Blue) = 85+81+51=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #555133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555133 is #AAAECC. Grayscale: #4E4E4E. Windows color (decimal): -11185869 or 3363157. OLE color: 3363157.

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

Color convert

RGB858151-
CMYK00.050.400.67
HSL52.94º25%26.67%-
HSV(B)52.94º40%33.33%-
XYZ7.298.064.3-
YUV78.78112.33132.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=39.17%
G=37.33%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85815100.050.400.6752.942526.67
Hex55513305284335191b
Octal125121630550103653133
Binary10101011010001110011010110100010000111101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555133; }

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

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

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

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

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

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

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

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