#4F5016

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

Shades of Army green #4F5016

Tints of Army green #4F5016

Color information

#4F5016 (or 0x4F5016) is unknown color: approx Army green. HEX triplet: 4F, 50 and 16. RGB value is (79,80,22). Sum of RGB (Red+Green+Blue) = 79+80+22=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #4F5016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5016 is #B0AFE9. Grayscale: #494949. Windows color (decimal): -11579370 or 1462351. OLE color: 1462351.

HSL color Cylindrical-coordinate representation of color #4F5016: hue angle of 61.03º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F5016 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB798022-
CMYK0.0100.720.69
HSL61.03º56.86%20%-
HSV(B)61.03º72.5%31.37%-
XYZ6.247.461.87-
YUV73.0999.17132.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=43.65%
G=44.20%
B=12.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7980220.0100.720.6961.0356.8620
Hex4F50161048453d3914
Octal1171202610110105757124
Binary1001111101000010110101001000100010111110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,80,22); }

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

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

 a { background-color: rgb(79,80,22); }

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

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

 span { border-color: rgb(79,80,22); }

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