Html Css Color HEX #555310 Army green

📋 copy color: '#555310'

red 85 ◦ green 83 ◦ blue 16

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

Shades of Army green #555310

Tints of Army green #555310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

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

R = 46.2%
G = 45.11%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#555310 (or 0x555310) is known color: Army green. HEX triplet: 55, 53 and 10. RGB value is (85,83,16). Sum of RGB (Red+Green+Blue) = 85+83+16=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #555310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555310 is #AAACEF. Grayscale: #4C4C4C. Windows color (decimal): -11185392 or 1069909. OLE color: 1069909.

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

Color convert

RGB 85 83 16 -
CMYK 0 0.02 0.81 0.67
HSL 58.26º 0.68% 0.2% -
HSV(B) 58.26º 0.81% 0.33% -
XYZ 6.93 8.16 1.7 -
YUV 75.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 85 83 16 0 0.02 0.81 0.67 58.26 0.68 0.2
Hex 55 53 10 0 2 51 43 3A 44 14
Octal 125 123 20 0 2 121 103 72 104 24
Binary 1010101 1010011 10000 0 10 1010001 1000011 111010 1000100 10100

Color Harmonies of #555310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555310

Black with #555310

Text Example


Text Example

White with #555310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555310; }

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

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

background-color css

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

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

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

border-color css

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

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

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