Html Css Color HEX #555410 Army green

📋 copy color: '#555410'

red 85 ◦ green 84 ◦ blue 16

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

Shades of Army green #555410

Tints of Army green #555410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

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

R = 45.95%
G = 45.41%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#555410 (or 0x555410) is known color: Army green. HEX triplet: 55, 54 and 10. RGB value is (85,84,16). Sum of RGB (Red+Green+Blue) = 85+84+16=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #555410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555410 is #AAABEF. Grayscale: #4C4C4C. Windows color (decimal): -11185136 or 1070165. OLE color: 1070165.

HSL color Cylindrical-coordinate representation of color #555410: hue angle of 59.13º 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 #555410 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 84 16 -
CMYK 0 0.01 0.81 0.67
HSL 59.13º 0.68% 0.2% -
HSV(B) 59.13º 0.81% 0.33% -
XYZ 7.01 8.31 1.72 -
YUV 76.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 85 84 16 0 0.01 0.81 0.67 59.13 0.68 0.2
Hex 55 54 10 0 1 51 43 3B 44 14
Octal 125 124 20 0 1 121 103 73 104 24
Binary 1010101 1010100 10000 0 1 1010001 1000011 111011 1000100 10100

Color Harmonies of #555410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555410

Black with #555410

Text Example


Text Example

White with #555410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555410; }

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

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

background-color css

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

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

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

border-color css

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

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

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