Html Css Color HEX #575511 Army green

📋 copy color: '#575511'

red 87 ◦ green 85 ◦ blue 17

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

Shades of Army green #575511

Tints of Army green #575511

RGB

 RED value IS 87 (34.38% from 255) = 46.03%

 GREEN value IS 85 (33.59% from 255) = 44.97%

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

R = 46.03%
G = 44.97%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#575511 (or 0x575511) is known color: Army green. HEX triplet: 57, 55 and 11. RGB value is (87,85,17). Sum of RGB (Red+Green+Blue) = 87+85+17=189 (25% of max value = 765). Red value is 87 (34.38% from 255 or 46.03% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 87 - color contains mainly: red. Hex color #575511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575511 is #A8AAEE. Grayscale: #4E4E4E. Windows color (decimal): -11053807 or 1135959. OLE color: 1135959.

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

Color convert

RGB 87 85 17 -
CMYK 0 0.02 0.80 0.66
HSL 58.29º 0.67% 0.2% -
HSV(B) 58.29º 0.8% 0.34% -
XYZ 7.28 8.56 1.8 -
YUV 77.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 87 85 17 0 0.02 0.80 0.66 58.29 0.67 0.2
Hex 57 55 11 0 2 50 42 3A 43 14
Octal 127 125 21 0 2 120 102 72 103 24
Binary 1010111 1010101 10001 0 10 1010000 1000010 111010 1000011 10100

Color Harmonies of #575511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575511

Black with #575511

Text Example


Text Example

White with #575511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575511; }

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

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

background-color css

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

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

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

border-color css

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

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

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