Html Css Color HEX #58502C Thatch Green

📋 copy color: '#58502C'

red 88 ◦ green 80 ◦ blue 44

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

Shades of Thatch Green #58502C

Tints of Thatch Green #58502C

RGB

 RED value IS 88 (34.77% from 255) = 41.51%

 GREEN value IS 80 (31.64% from 255) = 37.74%

 BLUE value IS 44 (17.58% from 255) = 20.75%

R = 41.51%
G = 37.74%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58502C (or 0x58502C) is known color: Thatch Green. HEX triplet: 58, 50 and 2C. RGB value is (88,80,44). Sum of RGB (Red+Green+Blue) = 88+80+44=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #58502C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58502C is #A7AFD3. Grayscale: #4E4E4E. Windows color (decimal): -10989524 or 2904152. OLE color: 2904152.

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

Color convert

RGB 88 80 44 -
CMYK 0 0.09 0.5 0.65
HSL 49.09º 0.33% 0.26% -
HSV(B) 49.09º 0.5% 0.35% -
XYZ 7.35 7.99 3.54 -
YUV 78.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 88 80 44 0 0.09 0.5 0.65 49.09 0.33 0.26
Hex 58 50 2C 0 9 32 41 31 21 1A
Octal 130 120 54 0 11 62 101 61 41 32
Binary 1011000 1010000 101100 0 1001 110010 1000001 110001 100001 11010

Color Harmonies of #58502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58502C

Black with #58502C

Text Example


Text Example

White with #58502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58502C;
 }
 .AnyTagClassName
 {
   color: #58502C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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