Html Css Color HEX #585530 Thatch Green

📋 copy color: '#585530'

red 88 ◦ green 85 ◦ blue 48

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

Shades of Thatch Green #585530

Tints of Thatch Green #585530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

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

R = 39.82%
G = 38.46%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#585530 (or 0x585530) is known color: Thatch Green. HEX triplet: 58, 55 and 30. RGB value is (88,85,48). Sum of RGB (Red+Green+Blue) = 88+85+48=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 88 - color contains mainly: red. Hex color #585530 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585530 is #A7AACF. Grayscale: #515151. Windows color (decimal): -10988240 or 3167576. OLE color: 3167576.

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

Color convert

RGB 88 85 48 -
CMYK 0 0.03 0.45 0.65
HSL 55.5º 0.29% 0.27% -
HSV(B) 55.5º 0.45% 0.35% -
XYZ 7.81 8.79 4.08 -
YUV 81.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 88 85 48 0 0.03 0.45 0.65 55.5 0.29 0.27
Hex 58 55 30 0 3 2D 41 38 1D 1B
Octal 130 125 60 0 3 55 101 70 35 33
Binary 1011000 1010101 110000 0 11 101101 1000001 111000 11101 11011

Color Harmonies of #585530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585530

Black with #585530

Text Example


Text Example

White with #585530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585530; }

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

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

background-color css

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

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

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

border-color css

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

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

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