#55502F

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

Shades of Thatch Green #55502F

Tints of Thatch Green #55502F

Color information

#55502F (or 0x55502F) is unknown color: approx Thatch Green. HEX triplet: 55, 50 and 2F. RGB value is (85,80,47). Sum of RGB (Red+Green+Blue) = 85+80+47=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #55502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55502F is #AAAFD0. Grayscale: #4D4D4D. Windows color (decimal): -11186129 or 3100757. OLE color: 3100757.

HSL color Cylindrical-coordinate representation of color #55502F: hue angle of 52.11º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55502F is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB858047-
CMYK00.060.450.67
HSL52.11º28.79%25.88%-
HSV(B)52.11º44.71%33.33%-
XYZ7.137.873.83-
YUV77.73110.66133.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 47 (18.75% from 255) = 22.17%
R=40.09%
G=37.74%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85804700.060.450.6752.1128.7925.88
Hex55502F062D43341d1a
Octal125120570655103643532
Binary10101011010000101111011010110110000111101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55502F; }

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

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

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

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

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

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

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

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