Html Css Color HEX #495521 Army green

📋 copy color: '#495521'

red 73 ◦ green 85 ◦ blue 33

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

Shades of Army green #495521

Tints of Army green #495521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 44.5%

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

R = 38.22%
G = 44.5%
B = 17.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#495521 (or 0x495521) is known color: Army green. HEX triplet: 49, 55 and 21. RGB value is (73,85,33). Sum of RGB (Red+Green+Blue) = 73+85+33=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #495521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495521 is #B6AADE. Grayscale: #4B4B4B. Windows color (decimal): -11971295 or 2184521. OLE color: 2184521.

HSL color Cylindrical-coordinate representation of color #495521: hue angle of 73.85º 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 #495521 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 33 -
CMYK 0.14 0 0.61 0.67
HSL 73.85º 0.44% 0.23% -
HSV(B) 73.85º 0.61% 0.33% -
XYZ 6.27 8.02 2.66 -
YUV 75.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 73 85 33 0.14 0 0.61 0.67 73.85 0.44 0.23
Hex 49 55 21 E 0 3D 43 4A 2C 17
Octal 111 125 41 16 0 75 103 112 54 27
Binary 1001001 1010101 100001 1110 0 111101 1000011 1001010 101100 10111

Color Harmonies of #495521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495521

Black with #495521

Text Example


Text Example

White with #495521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495521; }

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

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

background-color css

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

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

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

border-color css

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

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

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