#4E6120

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

Shades of Army green #4E6120

Tints of Army green #4E6120

Color information

#4E6120 (or 0x4E6120) is unknown color: approx Army green. HEX triplet: 4E, 61 and 20. RGB value is (78,97,32). Sum of RGB (Red+Green+Blue) = 78+97+32=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6120 is #B19EDF. Grayscale: #545454. Windows color (decimal): -11640544 or 2122062. OLE color: 2122062.

HSL color Cylindrical-coordinate representation of color #4E6120: hue angle of 77.54º 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 #4E6120 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB789732-
CMYK0.2000.670.62
HSL77.54º50.39%25.29%-
HSV(B)77.54º67.01%38.04%-
XYZ7.6810.272.94-
YUV83.9198.71123.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=37.68%
G=46.86%
B=15.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7897320.2000.670.6277.5450.3925.29
Hex4E6120140433E4e3219
Octal11614140240103761166231
Binary100111011000011000001010001000011111110100111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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