#4E5F20

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

Shades of Army green #4E5F20

Tints of Army green #4E5F20

Color information

#4E5F20 (or 0x4E5F20) is unknown color: approx Army green. HEX triplet: 4E, 5F and 20. RGB value is (78,95,32). Sum of RGB (Red+Green+Blue) = 78+95+32=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #4E5F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5F20 is #B1A0DF. Grayscale: #525252. Windows color (decimal): -11641056 or 2121550. OLE color: 2121550.

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

Color convert

RGB789532-
CMYK0.1800.660.63
HSL76.19º49.61%24.9%-
HSV(B)76.19º66.32%37.25%-
XYZ7.499.912.88-
YUV82.7399.37124.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 32 (12.89% from 255) = 15.61%
R=38.05%
G=46.34%
B=15.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7895320.1800.660.6376.1949.6124.9
Hex4E5F20120423F4c3219
Octal11613740220102771146231
Binary100111010111111000001001001000010111111100110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,95,32); }

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

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

 a { background-color: rgb(78,95,32); }

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

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

 span { border-color: rgb(78,95,32); }

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