#575414

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

Shades of Army green #575414

Tints of Army green #575414

Color information

#575414 (or 0x575414) is unknown color: approx Army green. HEX triplet: 57, 54 and 14. RGB value is (87,84,20). Sum of RGB (Red+Green+Blue) = 87+84+20=191 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.55% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 87 - color contains mainly: red. Hex color #575414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575414 is #A8ABEB. Grayscale: #4D4D4D. Windows color (decimal): -11054060 or 1332311. OLE color: 1332311.

HSL color Cylindrical-coordinate representation of color #575414: hue angle of 57.31º 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 #575414 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB878420-
CMYK00.030.770.66
HSL57.31º62.62%20.98%-
HSV(B)57.31º77.01%34.12%-
XYZ7.238.421.91-
YUV77.695.49134.7-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.55%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 20 (8.20% from 255) = 10.47%
R=45.55%
G=43.98%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87842000.030.770.6657.3162.6220.98
Hex575414034D42393f15
Octal1271242403115102717725
Binary10101111010100101000111001101100001011100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575414; }

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

 H1.HeaderClassName
 {
   color: #575414;
 }
 .AnyTagClassName
 {
   color: #575414;
 }
</style>
background-color css

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

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

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

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

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

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