#4A5024

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

Shades of Army green #4A5024

Tints of Army green #4A5024

Color information

#4A5024 (or 0x4A5024) is unknown color: approx Army green. HEX triplet: 4A, 50 and 24. RGB value is (74,80,36). Sum of RGB (Red+Green+Blue) = 74+80+36=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5024 is #B5AFDB. Grayscale: #494949. Windows color (decimal): -11907036 or 2379850. OLE color: 2379850.

HSL color Cylindrical-coordinate representation of color #4A5024: hue angle of 68.18º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A5024 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB748036-
CMYK0.0800.550.69
HSL68.18º37.93%22.75%-
HSV(B)68.18º55%31.37%-
XYZ6.017.322.77-
YUV73.19107.01128.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.95%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=38.95%
G=42.11%
B=18.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7480360.0800.550.6968.1837.9322.75
Hex4A5024803745442617
Octal11212044100671051044627
Binary10010101010000100100100001101111000101100010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,80,36); }

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

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

 a { background-color: rgb(74,80,36); }

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

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

 span { border-color: rgb(74,80,36); }

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