#58502E

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

Shades of Thatch Green #58502E

Tints of Thatch Green #58502E

Color information

#58502E (or 0x58502E) is unknown color: approx Thatch Green. HEX triplet: 58, 50 and 2E. RGB value is (88,80,46). Sum of RGB (Red+Green+Blue) = 88+80+46=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58502E is #A7AFD1. Grayscale: #4E4E4E. Windows color (decimal): -10989522 or 3035224. OLE color: 3035224.

HSL color Cylindrical-coordinate representation of color #58502E: hue angle of 48.57º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58502E is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB888046-
CMYK00.090.480.65
HSL48.57º31.34%26.27%-
HSV(B)48.57º47.73%34.51%-
XYZ7.398.013.74-
YUV78.52109.65134.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=41.12%
G=37.38%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88804600.090.480.6548.5731.3426.27
Hex58502E093041311f1a
Octal1301205601160101613732
Binary101100010100001011100100111000010000011100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58502E; }

 p { color: rgb(88,80,46); }

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

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

 a { background-color: rgb(88,80,46); }

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

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

 span { border-color: rgb(88,80,46); }

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