Html Css Color HEX #585532 Thatch Green

📋 copy color: '#585532'

red 88 ◦ green 85 ◦ blue 50

#585532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch Green #585532

Tints of Thatch Green #585532

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 value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#585532 (or 0x585532) is known color: 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

RGB 88 85 50 -
CMYK 0 0.03 0.43 0.65
HSL 55.26º 0.28% 0.27% -
HSV(B) 55.26º 0.43% 0.35% -
XYZ 7.85 8.8 4.3 -
YUV 81.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 88 85 50 0 0.03 0.43 0.65 55.26 0.28 0.27
Hex 58 55 32 0 3 2B 41 37 1C 1B
Octal 130 125 62 0 3 53 101 67 34 33
Binary 1011000 1010101 110010 0 11 101011 1000001 110111 11100 11011

Color Harmonies of #585532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585532

Black with #585532

Text Example


Text Example

White with #585532

Text Example


Text Example

HTML Codes & Css Web 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>