Html Css Color HEX #585030 Thatch Green

📋 copy color: '#585030'

red 88 ◦ green 80 ◦ blue 48

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

Shades of Thatch Green #585030

Tints of Thatch Green #585030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.22%

R = 40.74%
G = 37.04%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#585030 (or 0x585030) is known color: Thatch Green. HEX triplet: 58, 50 and 30. RGB value is (88,80,48). Sum of RGB (Red+Green+Blue) = 88+80+48=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #585030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585030 is #A7AFCF. Grayscale: #4E4E4E. Windows color (decimal): -10989520 or 3166296. OLE color: 3166296.

HSL color Cylindrical-coordinate representation of color #585030: hue angle of 48º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #585030 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 48 -
CMYK 0 0.09 0.45 0.65
HSL 48º 0.29% 0.27% -
HSV(B) 48º 0.45% 0.35% -
XYZ 7.43 8.03 3.95 -
YUV 78.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 88 80 48 0 0.09 0.45 0.65 48 0.29 0.27
Hex 58 50 30 0 9 2D 41 30 1D 1B
Octal 130 120 60 0 11 55 101 60 35 33
Binary 1011000 1010000 110000 0 1001 101101 1000001 110000 11101 11011

Color Harmonies of #585030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585030

Black with #585030

Text Example


Text Example

White with #585030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585030; }

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

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

background-color css

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

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

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

border-color css

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

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

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