Html Css Color HEX #585234 Thatch Green

📋 copy color: '#585234'

red 88 ◦ green 82 ◦ blue 52

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

Shades of Thatch Green #585234

Tints of Thatch Green #585234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.42%

R = 39.64%
G = 36.94%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#585234 (or 0x585234) is known color: Thatch Green. HEX triplet: 58, 52 and 34. RGB value is (88,82,52). Sum of RGB (Red+Green+Blue) = 88+82+52=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 88 - color contains mainly: red. Hex color #585234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585234 is #A7ADCB. Grayscale: #505050. Windows color (decimal): -10989004 or 3428952. OLE color: 3428952.

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

Color convert

RGB 88 82 52 -
CMYK 0 0.07 0.41 0.65
HSL 50º 0.26% 0.27% -
HSV(B) 50º 0.41% 0.35% -
XYZ 7.66 8.36 4.46 -
YUV 80.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 88 82 52 0 0.07 0.41 0.65 50 0.26 0.27
Hex 58 52 34 0 7 29 41 32 1A 1B
Octal 130 122 64 0 7 51 101 62 32 33
Binary 1011000 1010010 110100 0 111 101001 1000001 110010 11010 11011

Color Harmonies of #585234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585234

Black with #585234

Text Example


Text Example

White with #585234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585234; }

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

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

background-color css

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

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

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

border-color css

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

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

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