Html Css Color HEX #555210 Army green

📋 copy color: '#555210'

red 85 ◦ green 82 ◦ blue 16

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

Shades of Army green #555210

Tints of Army green #555210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.74%

R = 46.45%
G = 44.81%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#555210 (or 0x555210) is known color: Army green. HEX triplet: 55, 52 and 10. RGB value is (85,82,16). Sum of RGB (Red+Green+Blue) = 85+82+16=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #555210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555210 is #AAADEF. Grayscale: #4B4B4B. Windows color (decimal): -11185648 or 1069653. OLE color: 1069653.

HSL color Cylindrical-coordinate representation of color #555210: hue angle of 57.39º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #555210 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 82 16 -
CMYK 0 0.04 0.81 0.67
HSL 57.39º 0.68% 0.2% -
HSV(B) 57.39º 0.81% 0.33% -
XYZ 6.86 8 1.67 -
YUV 75.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 85 82 16 0 0.04 0.81 0.67 57.39 0.68 0.2
Hex 55 52 10 0 4 51 43 39 44 14
Octal 125 122 20 0 4 121 103 71 104 24
Binary 1010101 1010010 10000 0 100 1010001 1000011 111001 1000100 10100

Color Harmonies of #555210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555210

Black with #555210

Text Example


Text Example

White with #555210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555210; }

 p { color: rgb(85,82,16); }

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

background-color css

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

 a { background-color: rgb(85,82,16); }

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

border-color css

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

 span { border-color: rgb(85,82,16); }

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