#4A4E19

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

Shades of Army green #4A4E19

Tints of Army green #4A4E19

Color information

#4A4E19 (or 0x4A4E19) is unknown color: approx Army green. HEX triplet: 4A, 4E and 19. RGB value is (74,78,25). Sum of RGB (Red+Green+Blue) = 74+78+25=177 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.81% from 177); Green value is 78 (30.86% from 255 or 44.07% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A4E19 is #B5B1E6. Grayscale: #464646. Windows color (decimal): -11907559 or 1658442. OLE color: 1658442.

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

Color convert

RGB747825-
CMYK0.0500.680.69
HSL64.53º51.46%20.2%-
HSV(B)64.53º67.95%30.59%-
XYZ5.726.971.96-
YUV70.76102.17130.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.81%
GREEN value IS 78 (30.86% from 255) = 44.07%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=41.81%
G=44.07%
B=14.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7478250.0500.680.6964.5351.4620.2
Hex4A4E19504445413314
Octal11211631501041051016324
Binary1001010100111011001101010001001000101100000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,78,25); }

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

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

 a { background-color: rgb(74,78,25); }

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

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

 span { border-color: rgb(74,78,25); }

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