#4F561A

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

Shades of Army green #4F561A

Tints of Army green #4F561A

Color information

#4F561A (or 0x4F561A) is unknown color: approx Army green. HEX triplet: 4F, 56 and 1A. RGB value is (79,86,26). Sum of RGB (Red+Green+Blue) = 79+86+26=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 86 (33.98% from 255 or 45.03% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 86 - color contains mainly: green. Hex color #4F561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F561A is #B0A9E5. Grayscale: #4D4D4D. Windows color (decimal): -11577830 or 1726031. OLE color: 1726031.

HSL color Cylindrical-coordinate representation of color #4F561A: hue angle of 67º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F561A is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB798626-
CMYK0.0800.700.66
HSL67º53.57%21.96%-
HSV(B)67º69.77%33.73%-
XYZ6.748.392.24-
YUV77.0799.18129.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.36%
GREEN value IS 86 (33.98% from 255) = 45.03%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=41.36%
G=45.03%
B=13.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7986260.0800.700.666753.5721.96
Hex4F561A804642433616
Octal117126321001061021036626
Binary10011111010110110101000010001101000010100001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F561A; }

 p { color: rgb(79,86,26); }

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

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

 a { background-color: rgb(79,86,26); }

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

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

 span { border-color: rgb(79,86,26); }

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