#58532A

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

Shades of Thatch Green #58532A

Tints of Thatch Green #58532A

Color information

#58532A (or 0x58532A) is unknown color: approx Thatch Green. HEX triplet: 58, 53 and 2A. RGB value is (88,83,42). Sum of RGB (Red+Green+Blue) = 88+83+42=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58532A is #A7ACD5. Grayscale: #4F4F4F. Windows color (decimal): -10988758 or 2773848. OLE color: 2773848.

HSL color Cylindrical-coordinate representation of color #58532A: hue angle of 53.48º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58532A is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB888342-
CMYK00.060.520.65
HSL53.48º35.38%25.49%-
HSV(B)53.48º52.27%34.51%-
XYZ7.548.433.42-
YUV79.82106.66133.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 83 (32.81% from 255) = 38.97%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=41.31%
G=38.97%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88834200.060.520.6553.4835.3825.49
Hex58532A063441352319
Octal130123520664101654331
Binary101100010100111010100110110100100000111010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58532A; }

 p { color: rgb(88,83,42); }

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

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

 a { background-color: rgb(88,83,42); }

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

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

 span { border-color: rgb(88,83,42); }

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