#585532

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

Shades of Thatch Green #585532

Tints of Thatch Green #585532

Color information

#585532 (or 0x585532) is unknown color: approx Thatch Green. HEX triplet: 58, 55 and 32. RGB value is (88,85,50). Sum of RGB (Red+Green+Blue) = 88+85+50=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #585532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585532 is #A7AACD. Grayscale: #525252. Windows color (decimal): -10988238 or 3298648. OLE color: 3298648.

HSL color Cylindrical-coordinate representation of color #585532: hue angle of 55.26º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #585532 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB888550-
CMYK00.030.430.65
HSL55.26º27.54%27.06%-
HSV(B)55.26º43.18%34.51%-
XYZ7.858.84.3-
YUV81.91109.99132.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=39.46%
G=38.12%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88855000.030.430.6555.2627.5427.06
Hex585532032B41371c1b
Octal130125620353101673433
Binary1011000101010111001001110101110000011101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585532; }

 p { color: rgb(88,85,50); }

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

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

 a { background-color: rgb(88,85,50); }

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

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

 span { border-color: rgb(88,85,50); }

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