#575614

Color #575614 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #575614

Tints of Army green #575614

Color information

#575614 (or 0x575614) is unknown color: approx 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

RGB878620-
CMYK00.010.770.66
HSL59.1º62.62%20.98%-
HSV(B)59.1º77.01%34.12%-
XYZ7.388.731.96-
YUV78.7894.83133.87-

RGB Variations

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

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.20% from 255) = 10.36%
R=45.08%
G=44.56%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87862000.010.770.6659.162.6220.98
Hex575614014D423b3f15
Octal1271262401115102737725
Binary1010111101011010100011001101100001011101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>