#4A5625

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

Shades of Army green #4A5625

Tints of Army green #4A5625

Color information

#4A5625 (or 0x4A5625) is unknown color: approx Army green. HEX triplet: 4A, 56 and 25. RGB value is (74,86,37). Sum of RGB (Red+Green+Blue) = 74+86+37=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5625 is #B5A9DA. Grayscale: #4D4D4D. Windows color (decimal): -11905499 or 2446922. OLE color: 2446922.

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

Color convert

RGB748637-
CMYK0.1400.570.66
HSL74.69º39.84%24.12%-
HSV(B)74.69º56.98%33.73%-
XYZ6.498.243-
YUV76.83105.52125.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.56%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 37 (14.84% from 255) = 18.78%
R=37.56%
G=43.65%
B=18.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7486370.1400.570.6674.6939.8424.12
Hex4A5625E039424b2818
Octal11212645160711021135030
Binary10010101010110100101111001110011000010100101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,86,37); }

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

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

 a { background-color: rgb(74,86,37); }

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

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

 span { border-color: rgb(74,86,37); }

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