Html Css Color HEX #575614 Army green

📋 copy color: '#575614'

red 87 ◦ green 86 ◦ blue 20

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

Shades of Army green #575614

Tints of Army green #575614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.56%

 BLUE value IS 20 (8.2% from 255) = 10.36%

R = 45.08%
G = 44.56%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#575614 (or 0x575614) is known color: Army green. HEX triplet: 57, 56 and 14. RGB value is (87,86,20). Sum of RGB (Red+Green+Blue) = 87+86+20=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #575614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575614 is #A8A9EB. Grayscale: #4F4F4F. Windows color (decimal): -11053548 or 1332823. OLE color: 1332823.

HSL color Cylindrical-coordinate representation of color #575614: hue angle of 59.1º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #575614 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 86 20 -
CMYK 0 0.01 0.77 0.66
HSL 59.1º 0.63% 0.21% -
HSV(B) 59.1º 0.77% 0.34% -
XYZ 7.38 8.73 1.96 -
YUV 78.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 87 86 20 0 0.01 0.77 0.66 59.1 0.63 0.21
Hex 57 56 14 0 1 4D 42 3B 3F 15
Octal 127 126 24 0 1 115 102 73 77 25
Binary 1010111 1010110 10100 0 1 1001101 1000010 111011 111111 10101

Color Harmonies of #575614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575614

Black with #575614

Text Example


Text Example

White with #575614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575614; }

 p { color: rgb(87,86,20); }

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

background-color css

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

 a { background-color: rgb(87,86,20); }

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

border-color css

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

 span { border-color: rgb(87,86,20); }

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