Html Css Color HEX #58512A Thatch Green

📋 copy color: '#58512A'

red 88 ◦ green 81 ◦ blue 42

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

Shades of Thatch Green #58512A

Tints of Thatch Green #58512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 41.71%
G = 38.39%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58512A (or 0x58512A) is known color: Thatch Green. HEX triplet: 58, 51 and 2A. RGB value is (88,81,42). Sum of RGB (Red+Green+Blue) = 88+81+42=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #58512A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58512A is #A7AED5. Grayscale: #4E4E4E. Windows color (decimal): -10989270 or 2773336. OLE color: 2773336.

HSL color Cylindrical-coordinate representation of color #58512A: hue angle of 50.87º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58512A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 42 -
CMYK 0 0.08 0.52 0.65
HSL 50.87º 0.35% 0.25% -
HSV(B) 50.87º 0.52% 0.35% -
XYZ 7.38 8.13 3.37 -
YUV 78.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 88 81 42 0 0.08 0.52 0.65 50.87 0.35 0.25
Hex 58 51 2A 0 8 34 41 33 23 19
Octal 130 121 52 0 10 64 101 63 43 31
Binary 1011000 1010001 101010 0 1000 110100 1000001 110011 100011 11001

Color Harmonies of #58512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58512A

Black with #58512A

Text Example


Text Example

White with #58512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58512A; }

 p { color: rgb(88,81,42); }

 H1.HeaderClassName
 {
   color: #58512A;
 }
 .AnyTagClassName
 {
   color: #58512A;
 }
</style>

background-color css

<style>
 a { background-color: #58512A; }

 a { background-color: rgb(88,81,42); }

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

border-color css

<style>
 span { border-color: #58512A; }

 span { border-color: rgb(88,81,42); }

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