#4D511A

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

Shades of Army green #4D511A

Tints of Army green #4D511A

Color information

#4D511A (or 0x4D511A) is unknown color: approx Army green. HEX triplet: 4D, 51 and 1A. RGB value is (77,81,26). Sum of RGB (Red+Green+Blue) = 77+81+26=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #4D511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D511A is #B2AEE5. Grayscale: #494949. Windows color (decimal): -11710182 or 1724749. OLE color: 1724749.

HSL color Cylindrical-coordinate representation of color #4D511A: hue angle of 64.36º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D511A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB778126-
CMYK0.0500.680.68
HSL64.36º51.4%20.98%-
HSV(B)64.36º67.9%31.76%-
XYZ6.197.542.11-
YUV73.53101.17130.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=41.85%
G=44.02%
B=14.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7781260.0500.680.6864.3651.420.98
Hex4D511A504444403315
Octal11512132501041041006325
Binary1001101101000111010101010001001000100100000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,81,26); }

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

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

 a { background-color: rgb(77,81,26); }

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

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

 span { border-color: rgb(77,81,26); }

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