#555134

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

Shades of Thatch Green #555134

Tints of Thatch Green #555134

Color information

#555134 (or 0x555134) is unknown color: approx Thatch Green. HEX triplet: 55, 51 and 34. RGB value is (85,81,52). Sum of RGB (Red+Green+Blue) = 85+81+52=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #555134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555134 is #AAAECB. Grayscale: #4F4F4F. Windows color (decimal): -11185868 or 3428693. OLE color: 3428693.

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

Color convert

RGB858152-
CMYK00.050.390.67
HSL52.73º24.09%26.86%-
HSV(B)52.73º38.82%33.33%-
XYZ7.318.064.42-
YUV78.89112.83132.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 81 (32.03% from 255) = 37.16%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=38.99%
G=37.16%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85815200.050.390.6752.7324.0926.86
Hex55513405274335181b
Octal125121640547103653033
Binary10101011010001110100010110011110000111101011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555134; }

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

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

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

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

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

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

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

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