Html Css Color HEX #555031 Thatch Green

📋 copy color: '#555031'

red 85 ◦ green 80 ◦ blue 49

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

Shades of Thatch Green #555031

Tints of Thatch Green #555031

RGB

 RED value IS 85 (33.59% from 255) = 39.72%

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

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 39.72%
G = 37.38%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#555031 (or 0x555031) is known color: Thatch Green. HEX triplet: 55, 50 and 31. RGB value is (85,80,49). Sum of RGB (Red+Green+Blue) = 85+80+49=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #555031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555031 is #AAAFCE. Grayscale: #4E4E4E. Windows color (decimal): -11186127 or 3231829. OLE color: 3231829.

HSL color Cylindrical-coordinate representation of color #555031: hue angle of 51.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #555031 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 80 49 -
CMYK 0 0.06 0.42 0.67
HSL 51.67º 0.27% 0.26% -
HSV(B) 51.67º 0.42% 0.33% -
XYZ 7.17 7.89 4.05 -
YUV 77.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 85 80 49 0 0.06 0.42 0.67 51.67 0.27 0.26
Hex 55 50 31 0 6 2A 43 34 1B 1A
Octal 125 120 61 0 6 52 103 64 33 32
Binary 1010101 1010000 110001 0 110 101010 1000011 110100 11011 11010

Color Harmonies of #555031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555031

Black with #555031

Text Example


Text Example

White with #555031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555031; }

 p { color: rgb(85,80,49); }

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

background-color css

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

 a { background-color: rgb(85,80,49); }

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

border-color css

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

 span { border-color: rgb(85,80,49); }

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