Html Css Color HEX #4A5022 Army green

📋 copy color: '#4A5022'

red 74 ◦ green 80 ◦ blue 34

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

Shades of Army green #4A5022

Tints of Army green #4A5022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.55%

 BLUE value IS 34 (13.67% from 255) = 18.09%

R = 39.36%
G = 42.55%
B = 18.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#4A5022 (or 0x4A5022) is known color: Army green. HEX triplet: 4A, 50 and 22. RGB value is (74,80,34). Sum of RGB (Red+Green+Blue) = 74+80+34=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5022 is #B5AFDD. Grayscale: #494949. Windows color (decimal): -11907038 or 2248778. OLE color: 2248778.

HSL color Cylindrical-coordinate representation of color #4A5022: hue angle of 67.83º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A5022 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 80 34 -
CMYK 0.08 0 0.58 0.69
HSL 67.83º 0.4% 0.22% -
HSV(B) 67.83º 0.58% 0.31% -
XYZ 5.98 7.31 2.61 -
YUV 72.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 74 80 34 0.08 0 0.58 0.69 67.83 0.4 0.22
Hex 4A 50 22 8 0 3A 45 44 28 16
Octal 112 120 42 10 0 72 105 104 50 26
Binary 1001010 1010000 100010 1000 0 111010 1000101 1000100 101000 10110

Color Harmonies of #4A5022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5022

Black with #4A5022

Text Example


Text Example

White with #4A5022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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