#58542D

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

Shades of Thatch Green #58542D

Tints of Thatch Green #58542D

Color information

#58542D (or 0x58542D) is unknown color: approx Thatch Green. HEX triplet: 58, 54 and 2D. RGB value is (88,84,45). Sum of RGB (Red+Green+Blue) = 88+84+45=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58542D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58542D is #A7ABD2. Grayscale: #505050. Windows color (decimal): -10988499 or 2970712. OLE color: 2970712.

HSL color Cylindrical-coordinate representation of color #58542D: hue angle of 54.42º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58542D is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB888445-
CMYK00.050.490.65
HSL54.42º32.33%26.08%-
HSV(B)54.42º48.86%34.51%-
XYZ7.678.63.74-
YUV80.75107.83133.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.55%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=40.55%
G=38.71%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88844500.050.490.6554.4232.3326.08
Hex58542D05314136201a
Octal130124550561101664032
Binary101100010101001011010101110001100000111011010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58542D; }

 p { color: rgb(88,84,45); }

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

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

 a { background-color: rgb(88,84,45); }

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

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

 span { border-color: rgb(88,84,45); }

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