#4D581E

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

Shades of Army green #4D581E

Tints of Army green #4D581E

Color information

#4D581E (or 0x4D581E) is unknown color: approx Army green. HEX triplet: 4D, 58 and 1E. RGB value is (77,88,30). Sum of RGB (Red+Green+Blue) = 77+88+30=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #4D581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D581E is #B2A7E1. Grayscale: #4E4E4E. Windows color (decimal): -11708386 or 1988685. OLE color: 1988685.

HSL color Cylindrical-coordinate representation of color #4D581E: hue angle of 71.38º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D581E is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB778830-
CMYK0.1200.660.65
HSL71.38º49.15%23.14%-
HSV(B)71.38º65.91%34.51%-
XYZ6.788.652.54-
YUV78.1100.86127.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.49%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=39.49%
G=45.13%
B=15.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7788300.1200.660.6571.3849.1523.14
Hex4D581EC04241473117
Octal115130361401021011076127
Binary10011011011000111101100010000101000001100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,88,30); }

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

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

 a { background-color: rgb(77,88,30); }

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

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

 span { border-color: rgb(77,88,30); }

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