Html Css Color HEX #555620 Army green

📋 copy color: '#555620'

red 85 ◦ green 86 ◦ blue 32

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

Shades of Army green #555620

Tints of Army green #555620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.36%

 BLUE value IS 32 (12.89% from 255) = 15.76%

R = 41.87%
G = 42.36%
B = 15.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#555620 (or 0x555620) is known color: Army green. HEX triplet: 55, 56 and 20. RGB value is (85,86,32). Sum of RGB (Red+Green+Blue) = 85+86+32=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #555620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555620 is #AAA9DF. Grayscale: #4F4F4F. Windows color (decimal): -11184608 or 2119253. OLE color: 2119253.

HSL color Cylindrical-coordinate representation of color #555620: hue angle of 61.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #555620 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 32 -
CMYK 0.01 0 0.63 0.66
HSL 61.11º 0.46% 0.23% -
HSV(B) 61.11º 0.63% 0.34% -
XYZ 7.33 8.69 2.66 -
YUV 79.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 85 86 32 0.01 0 0.63 0.66 61.11 0.46 0.23
Hex 55 56 20 1 0 3F 42 3D 2E 17
Octal 125 126 40 1 0 77 102 75 56 27
Binary 1010101 1010110 100000 1 0 111111 1000010 111101 101110 10111

Color Harmonies of #555620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555620

Black with #555620

Text Example


Text Example

White with #555620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555620; }

 p { color: rgb(85,86,32); }

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

background-color css

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

 a { background-color: rgb(85,86,32); }

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

border-color css

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

 span { border-color: rgb(85,86,32); }

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