Html Css Color HEX #555311 Army green

📋 copy color: '#555311'

red 85 ◦ green 83 ◦ blue 17

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

Shades of Army green #555311

Tints of Army green #555311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.19%

R = 45.95%
G = 44.86%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#555311 (or 0x555311) is known color: Army green. HEX triplet: 55, 53 and 11. RGB value is (85,83,17). Sum of RGB (Red+Green+Blue) = 85+83+17=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #555311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555311 is #AAACEE. Grayscale: #4C4C4C. Windows color (decimal): -11185391 or 1135445. OLE color: 1135445.

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

Color convert

RGB 85 83 17 -
CMYK 0 0.02 0.80 0.67
HSL 58.24º 0.67% 0.2% -
HSV(B) 58.24º 0.8% 0.33% -
XYZ 6.94 8.16 1.74 -
YUV 76.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 85 83 17 0 0.02 0.80 0.67 58.24 0.67 0.2
Hex 55 53 11 0 2 50 43 3A 43 14
Octal 125 123 21 0 2 120 103 72 103 24
Binary 1010101 1010011 10001 0 10 1010000 1000011 111010 1000011 10100

Color Harmonies of #555311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555311

Black with #555311

Text Example


Text Example

White with #555311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555311; }

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

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

background-color css

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

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

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

border-color css

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

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

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