#555031

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

Shades of Thatch Green #555031

Tints of Thatch Green #555031

Color information

#555031 (or 0x555031) is unknown color: approx Thatch Green. HEX triplet: 55, 50 and 31. RGB value is (85,80,49). Sum of RGB (Red+Green+Blue) = 85+80+49=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #555031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555031 is #AAAFCE. Grayscale: #4E4E4E. Windows color (decimal): -11186127 or 3231829. OLE color: 3231829.

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

Color convert

RGB858049-
CMYK00.060.420.67
HSL51.67º26.87%26.27%-
HSV(B)51.67º42.35%33.33%-
XYZ7.177.894.05-
YUV77.96111.66133.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=39.72%
G=37.38%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85804900.060.420.6751.6726.8726.27
Hex555031062A43341b1a
Octal125120610652103643332
Binary10101011010000110001011010101010000111101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555031; }

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

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

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

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

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

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

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

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