#4F5120

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

Shades of Army green #4F5120

Tints of Army green #4F5120

Color information

#4F5120 (or 0x4F5120) is unknown color: approx Army green. HEX triplet: 4F, 51 and 20. RGB value is (79,81,32). Sum of RGB (Red+Green+Blue) = 79+81+32=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #4F5120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5120 is #B0AEDF. Grayscale: #4B4B4B. Windows color (decimal): -11579104 or 2117967. OLE color: 2117967.

HSL color Cylindrical-coordinate representation of color #4F5120: hue angle of 62.45º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F5120 is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB798132-
CMYK0.0200.600.68
HSL62.45º43.36%22.16%-
HSV(B)62.45º60.49%31.76%-
XYZ6.437.652.5-
YUV74.82103.84130.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 32 (12.89% from 255) = 16.67%
R=41.15%
G=42.19%
B=16.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7981320.0200.600.6862.4543.3622.16
Hex4F5120203C443e2b16
Octal117121402074104765326
Binary10011111010001100000100111100100010011111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,81,32); }

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

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

 a { background-color: rgb(79,81,32); }

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

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

 span { border-color: rgb(79,81,32); }

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