#4D581D

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

Shades of Army green #4D581D

Tints of Army green #4D581D

Color information

#4D581D (or 0x4D581D) is unknown color: approx Army green. HEX triplet: 4D, 58 and 1D. RGB value is (77,88,29). Sum of RGB (Red+Green+Blue) = 77+88+29=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #4D581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D581D is #B2A7E2. Grayscale: #4E4E4E. Windows color (decimal): -11708387 or 1923149. OLE color: 1923149.

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

Color convert

RGB778829-
CMYK0.1200.670.65
HSL71.19º50.43%22.94%-
HSV(B)71.19º67.05%34.51%-
XYZ6.778.652.47-
YUV77.98100.36127.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.69%
GREEN value IS 88 (34.77% from 255) = 45.36%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=39.69%
G=45.36%
B=14.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7788290.1200.670.6571.1950.4322.94
Hex4D581DC04341473217
Octal115130351401031011076227
Binary10011011011000111011100010000111000001100011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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