Html Css Color HEX #495421 Army green

📋 copy color: '#495421'

red 73 ◦ green 84 ◦ blue 33

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

Shades of Army green #495421

Tints of Army green #495421

RGB

 RED value IS 73 (28.91% from 255) = 38.42%

 GREEN value IS 84 (33.2% from 255) = 44.21%

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

R = 38.42%
G = 44.21%
B = 17.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#495421 (or 0x495421) is known color: Army green. HEX triplet: 49, 54 and 21. RGB value is (73,84,33). Sum of RGB (Red+Green+Blue) = 73+84+33=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #495421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495421 is #B6ABDE. Grayscale: #4B4B4B. Windows color (decimal): -11971551 or 2184265. OLE color: 2184265.

HSL color Cylindrical-coordinate representation of color #495421: hue angle of 72.94º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495421 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 33 -
CMYK 0.13 0 0.61 0.67
HSL 72.94º 0.44% 0.23% -
HSV(B) 72.94º 0.61% 0.33% -
XYZ 6.19 7.87 2.63 -
YUV 74.9 104.36 126.65 -
System Red Green Blue C M Y K H S L
Decimal 73 84 33 0.13 0 0.61 0.67 72.94 0.44 0.23
Hex 49 54 21 D 0 3D 43 49 2C 17
Octal 111 124 41 15 0 75 103 111 54 27
Binary 1001001 1010100 100001 1101 0 111101 1000011 1001001 101100 10111

Color Harmonies of #495421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495421

Black with #495421

Text Example


Text Example

White with #495421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495421; }

 p { color: rgb(73,84,33); }

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

background-color css

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

 a { background-color: rgb(73,84,33); }

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

border-color css

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

 span { border-color: rgb(73,84,33); }

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