#4F4D12

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

Shades of Army green #4F4D12

Tints of Army green #4F4D12

Color information

#4F4D12 (or 0x4F4D12) is unknown color: approx Army green. HEX triplet: 4F, 4D and 12. RGB value is (79,77,18). Sum of RGB (Red+Green+Blue) = 79+77+18=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F4D12 is #B0B2ED. Grayscale: #474747. Windows color (decimal): -11580142 or 1199439. OLE color: 1199439.

HSL color Cylindrical-coordinate representation of color #4F4D12: hue angle of 58.03º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F4D12 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB797718-
CMYK00.030.770.69
HSL58.03º62.89%19.02%-
HSV(B)58.03º77.22%30.98%-
XYZ5.997.011.61-
YUV70.8798.16133.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 77 (30.47% from 255) = 44.25%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=45.40%
G=44.25%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79771800.030.770.6958.0362.8919.02
Hex4F4D12034D453a3f13
Octal1171152203115105727723
Binary10011111001101100100111001101100010111101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,77,18); }

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

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

 a { background-color: rgb(79,77,18); }

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

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

 span { border-color: rgb(79,77,18); }

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