Html Css Color HEX #58552D Thatch Green

📋 copy color: '#58552D'

red 88 ◦ green 85 ◦ blue 45

#58552D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch Green #58552D

Tints of Thatch Green #58552D

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 value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58552D (or 0x58552D) is known color: 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

RGB 88 85 45 -
CMYK 0 0.03 0.49 0.65
HSL 55.81º 0.32% 0.26% -
HSV(B) 55.81º 0.49% 0.35% -
XYZ 7.75 8.76 3.77 -
YUV 81.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 88 85 45 0 0.03 0.49 0.65 55.81 0.32 0.26
Hex 58 55 2D 0 3 31 41 38 20 1A
Octal 130 125 55 0 3 61 101 70 40 32
Binary 1011000 1010101 101101 0 11 110001 1000001 111000 100000 11010

Color Harmonies of #58552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58552D

Black with #58552D

Text Example


Text Example

White with #58552D

Text Example


Text Example

HTML Codes & Css Web 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>