Html Css Color HEX #58502D Thatch Green

📋 copy color: '#58502D'

red 88 ◦ green 80 ◦ blue 45

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

Shades of Thatch Green #58502D

Tints of Thatch Green #58502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.13%

R = 41.31%
G = 37.56%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58502D (or 0x58502D) is known color: Thatch Green. HEX triplet: 58, 50 and 2D. RGB value is (88,80,45). Sum of RGB (Red+Green+Blue) = 88+80+45=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58502D is #A7AFD2. Grayscale: #4E4E4E. Windows color (decimal): -10989523 or 2969688. OLE color: 2969688.

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

Color convert

RGB 88 80 45 -
CMYK 0 0.09 0.49 0.65
HSL 48.84º 0.32% 0.26% -
HSV(B) 48.84º 0.49% 0.35% -
XYZ 7.37 8 3.64 -
YUV 78.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 88 80 45 0 0.09 0.49 0.65 48.84 0.32 0.26
Hex 58 50 2D 0 9 31 41 31 20 1A
Octal 130 120 55 0 11 61 101 61 40 32
Binary 1011000 1010000 101101 0 1001 110001 1000001 110001 100000 11010

Color Harmonies of #58502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58502D

Black with #58502D

Text Example


Text Example

White with #58502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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