#58532F

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

Shades of Thatch Green #58532F

Tints of Thatch Green #58532F

Color information

#58532F (or 0x58532F) is unknown color: approx Thatch Green. HEX triplet: 58, 53 and 2F. RGB value is (88,83,47). Sum of RGB (Red+Green+Blue) = 88+83+47=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58532F is #A7ACD0. Grayscale: #505050. Windows color (decimal): -10988753 or 3101528. OLE color: 3101528.

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

Color convert

RGB888347-
CMYK00.060.470.65
HSL52.68º30.37%26.47%-
HSV(B)52.68º46.59%34.51%-
XYZ7.638.473.92-
YUV80.39109.16133.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=40.37%
G=38.07%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88834700.060.470.6552.6830.3726.47
Hex58532F062F41351e1a
Octal130123570657101653632
Binary10110001010011101111011010111110000011101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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