#4A5721

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

Shades of Army green #4A5721

Tints of Army green #4A5721

Color information

#4A5721 (or 0x4A5721) is unknown color: approx Army green. HEX triplet: 4A, 57 and 21. RGB value is (74,87,33). Sum of RGB (Red+Green+Blue) = 74+87+33=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 87 - color contains mainly: green. Hex color #4A5721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5721 is #B5A8DE. Grayscale: #4D4D4D. Windows color (decimal): -11905247 or 2185034. OLE color: 2185034.

HSL color Cylindrical-coordinate representation of color #4A5721: hue angle of 74.44º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A5721 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB748733-
CMYK0.1500.620.66
HSL74.44º45%23.53%-
HSV(B)74.44º62.07%34.12%-
XYZ6.518.382.71-
YUV76.96103.19125.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.14%
GREEN value IS 87 (34.38% from 255) = 44.85%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=38.14%
G=44.85%
B=17.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7487330.1500.620.6674.444523.53
Hex4A5721F03E424a2d18
Octal11212741170761021125530
Binary10010101010111100001111101111101000010100101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,87,33); }

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

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

 a { background-color: rgb(74,87,33); }

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

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

 span { border-color: rgb(74,87,33); }

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