#4D5A28

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

Shades of Army green #4D5A28

Tints of Army green #4D5A28

Color information

#4D5A28 (or 0x4D5A28) is unknown color: approx Army green. HEX triplet: 4D, 5A and 28. RGB value is (77,90,40). Sum of RGB (Red+Green+Blue) = 77+90+40=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5A28 is #B2A5D7. Grayscale: #505050. Windows color (decimal): -11707864 or 2644557. OLE color: 2644557.

HSL color Cylindrical-coordinate representation of color #4D5A28: hue angle of 75.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D5A28 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB779040-
CMYK0.1400.560.65
HSL75.6º38.46%25.49%-
HSV(B)75.6º55.56%35.29%-
XYZ7.19.043.38-
YUV80.41105.19125.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 40 (16.02% from 255) = 19.32%
R=37.20%
G=43.48%
B=19.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7790400.1400.560.6575.638.4625.49
Hex4D5A28E038414c2619
Octal11513250160701011144631
Binary10011011011010101000111001110001000001100110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,90,40); }

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

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

 a { background-color: rgb(77,90,40); }

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

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

 span { border-color: rgb(77,90,40); }

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