#555034

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

Shades of Thatch Green #555034

Tints of Thatch Green #555034

Color information

#555034 (or 0x555034) is unknown color: approx Thatch Green. HEX triplet: 55, 50 and 34. RGB value is (85,80,52). Sum of RGB (Red+Green+Blue) = 85+80+52=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #555034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555034 is #AAAFCB. Grayscale: #4E4E4E. Windows color (decimal): -11186124 or 3428437. OLE color: 3428437.

HSL color Cylindrical-coordinate representation of color #555034: hue angle of 50.91º 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 #555034 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB858052-
CMYK00.060.390.67
HSL50.91º24.09%26.86%-
HSV(B)50.91º38.82%33.33%-
XYZ7.237.924.4-
YUV78.3113.16132.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=39.17%
G=36.87%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85805200.060.390.6750.9124.0926.86
Hex55503406274333181b
Octal125120640647103633033
Binary10101011010000110100011010011110000111100111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555034; }

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

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

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

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

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

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

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

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