#4F6020

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

Shades of Army green #4F6020

Tints of Army green #4F6020

Color information

#4F6020 (or 0x4F6020) is unknown color: approx Army green. HEX triplet: 4F, 60 and 20. RGB value is (79,96,32). Sum of RGB (Red+Green+Blue) = 79+96+32=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6020 is #B09FDF. Grayscale: #535353. Windows color (decimal): -11575264 or 2121807. OLE color: 2121807.

HSL color Cylindrical-coordinate representation of color #4F6020: hue angle of 75.94º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F6020 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB799632-
CMYK0.1800.670.62
HSL75.94º50%25.1%-
HSV(B)75.94º66.67%37.65%-
XYZ7.6710.132.92-
YUV83.6298.87124.7-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=38.16%
G=46.38%
B=15.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996320.1800.670.6275.945025.1
Hex4F6020120433E4c3219
Octal11714040220103761146231
Binary100111111000001000001001001000011111110100110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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