Html Css Color HEX #4A5221 Army green

📋 copy color: '#4A5221'

red 74 ◦ green 82 ◦ blue 33

#4A5221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #4A5221

Tints of Army green #4A5221

RGB

 RED value IS 74 (29.3% from 255) = 39.15%

 GREEN value IS 82 (32.42% from 255) = 43.39%

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 39.15%
G = 43.39%
B = 17.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#4A5221 (or 0x4A5221) is known color: Army green. HEX triplet: 4A, 52 and 21. RGB value is (74,82,33). Sum of RGB (Red+Green+Blue) = 74+82+33=189 (25% of max value = 765). Red value is 74 (29.30% from 255 or 39.15% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #4A5221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5221 is #B5ADDE. Grayscale: #4A4A4A. Windows color (decimal): -11906527 or 2183754. OLE color: 2183754.

HSL color Cylindrical-coordinate representation of color #4A5221: hue angle of 69.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A5221 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 74 82 33 -
CMYK 0.10 0 0.60 0.68
HSL 69.8º 0.43% 0.23% -
HSV(B) 69.8º 0.6% 0.32% -
XYZ 6.12 7.6 2.58 -
YUV 74.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 74 82 33 0.10 0 0.60 0.68 69.8 0.43 0.23
Hex 4A 52 21 A 0 3C 44 46 2B 17
Octal 112 122 41 12 0 74 104 106 53 27
Binary 1001010 1010010 100001 1010 0 111100 1000100 1000110 101011 10111

Color Harmonies of #4A5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5221

Black with #4A5221

Text Example


Text Example

White with #4A5221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A5221;
 }
 .AnyTagClassName
 {
   color: #4A5221;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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