#4F5618

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

Shades of Army green #4F5618

Tints of Army green #4F5618

Color information

#4F5618 (or 0x4F5618) is unknown color: approx Army green. HEX triplet: 4F, 56 and 18. RGB value is (79,86,24). Sum of RGB (Red+Green+Blue) = 79+86+24=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4F5618 is #B0A9E7. Grayscale: #4D4D4D. Windows color (decimal): -11577832 or 1594959. OLE color: 1594959.

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

Color convert

RGB798624-
CMYK0.0800.720.66
HSL66.77º56.36%21.57%-
HSV(B)66.77º72.09%33.73%-
XYZ6.728.382.13-
YUV76.8498.18129.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.80%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=41.80%
G=45.50%
B=12.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7986240.0800.720.6666.7756.3621.57
Hex4F5618804842433816
Octal117126301001101021037026
Binary10011111010110110001000010010001000010100001111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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