Html Css Color HEX #495221 Army green

📋 copy color: '#495221'

red 73 ◦ green 82 ◦ blue 33

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

Shades of Army green #495221

Tints of Army green #495221

RGB

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

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

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

R = 38.83%
G = 43.62%
B = 17.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#495221 (or 0x495221) is known color: Army green. HEX triplet: 49, 52 and 21. RGB value is (73,82,33). Sum of RGB (Red+Green+Blue) = 73+82+33=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #495221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495221 is #B6ADDE. Grayscale: #494949. Windows color (decimal): -11972063 or 2183753. OLE color: 2183753.

HSL color Cylindrical-coordinate representation of color #495221: hue angle of 71.02º 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 #495221 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 33 -
CMYK 0.11 0 0.60 0.68
HSL 71.02º 0.43% 0.23% -
HSV(B) 71.02º 0.6% 0.32% -
XYZ 6.04 7.56 2.58 -
YUV 73.72 105.02 127.48 -
System Red Green Blue C M Y K H S L
Decimal 73 82 33 0.11 0 0.60 0.68 71.02 0.43 0.23
Hex 49 52 21 B 0 3C 44 47 2B 17
Octal 111 122 41 13 0 74 104 107 53 27
Binary 1001001 1010010 100001 1011 0 111100 1000100 1000111 101011 10111

Color Harmonies of #495221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495221

Black with #495221

Text Example


Text Example

White with #495221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495221; }

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

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

background-color css

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

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

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

border-color css

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

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

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