#4A5823

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

Shades of Army green #4A5823

Tints of Army green #4A5823

Color information

#4A5823 (or 0x4A5823) is unknown color: approx Army green. HEX triplet: 4A, 58 and 23. RGB value is (74,88,35). Sum of RGB (Red+Green+Blue) = 74+88+35=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5823 is #B5A7DC. Grayscale: #4D4D4D. Windows color (decimal): -11904989 or 2316362. OLE color: 2316362.

HSL color Cylindrical-coordinate representation of color #4A5823: hue angle of 75.85º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A5823 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB748835-
CMYK0.1600.600.65
HSL75.85º43.09%24.12%-
HSV(B)75.85º60.23%34.51%-
XYZ6.628.562.89-
YUV77.77103.86125.31-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.56%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 35 (14.06% from 255) = 17.77%
R=37.56%
G=44.67%
B=17.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7488350.1600.600.6575.8543.0924.12
Hex4A58231003C414c2b18
Octal11213043200741011145330
Binary100101010110001000111000001111001000001100110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,88,35); }

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

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

 a { background-color: rgb(74,88,35); }

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

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

 span { border-color: rgb(74,88,35); }

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