#58552D

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

Shades of Thatch Green #58552D

Tints of Thatch Green #58552D

Color information

#58552D (or 0x58552D) is unknown color: approx Thatch Green. HEX triplet: 58, 55 and 2D. RGB value is (88,85,45). Sum of RGB (Red+Green+Blue) = 88+85+45=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58552D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58552D is #A7AAD2. Grayscale: #515151. Windows color (decimal): -10988243 or 2970968. OLE color: 2970968.

HSL color Cylindrical-coordinate representation of color #58552D: hue angle of 55.81º 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 #58552D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB888545-
CMYK00.030.490.65
HSL55.81º32.33%26.08%-
HSV(B)55.81º48.86%34.51%-
XYZ7.758.763.77-
YUV81.34107.49132.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 85 (33.59% from 255) = 38.99%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=40.37%
G=38.99%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88854500.030.490.6555.8132.3326.08
Hex58552D03314138201a
Octal130125550361101704032
Binary10110001010101101101011110001100000111100010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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