Html Css Color HEX #585230 Thatch Green

📋 copy color: '#585230'

red 88 ◦ green 82 ◦ blue 48

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

Shades of Thatch Green #585230

Tints of Thatch Green #585230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 40.37%
G = 37.61%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#585230 (or 0x585230) is known color: Thatch Green. HEX triplet: 58, 52 and 30. RGB value is (88,82,48). Sum of RGB (Red+Green+Blue) = 88+82+48=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #585230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585230 is #A7ADCF. Grayscale: #505050. Windows color (decimal): -10989008 or 3166808. OLE color: 3166808.

HSL color Cylindrical-coordinate representation of color #585230: hue angle of 51º 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 #585230 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 82 48 -
CMYK 0 0.07 0.45 0.65
HSL 51º 0.29% 0.27% -
HSV(B) 51º 0.45% 0.35% -
XYZ 7.58 8.32 4 -
YUV 79.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 88 82 48 0 0.07 0.45 0.65 51 0.29 0.27
Hex 58 52 30 0 7 2D 41 33 1D 1B
Octal 130 122 60 0 7 55 101 63 35 33
Binary 1011000 1010010 110000 0 111 101101 1000001 110011 11101 11011

Color Harmonies of #585230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585230

Black with #585230

Text Example


Text Example

White with #585230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585230; }

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

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

background-color css

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

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

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

border-color css

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

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

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