Html Css Color HEX #495022 Army green

📋 copy color: '#495022'

red 73 ◦ green 80 ◦ blue 34

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

Shades of Army green #495022

Tints of Army green #495022

RGB

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

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

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

R = 39.04%
G = 42.78%
B = 18.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#495022 (or 0x495022) is known color: Army green. HEX triplet: 49, 50 and 22. RGB value is (73,80,34). Sum of RGB (Red+Green+Blue) = 73+80+34=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #495022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495022 is #B6AFDD. Grayscale: #484848. Windows color (decimal): -11972574 or 2248777. OLE color: 2248777.

HSL color Cylindrical-coordinate representation of color #495022: hue angle of 69.13º 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 #495022 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 34 -
CMYK 0.09 0 0.58 0.69
HSL 69.13º 0.4% 0.22% -
HSV(B) 69.13º 0.58% 0.31% -
XYZ 5.91 7.27 2.61 -
YUV 72.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 73 80 34 0.09 0 0.58 0.69 69.13 0.4 0.22
Hex 49 50 22 9 0 3A 45 45 28 16
Octal 111 120 42 11 0 72 105 105 50 26
Binary 1001001 1010000 100010 1001 0 111010 1000101 1000101 101000 10110

Color Harmonies of #495022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495022

Black with #495022

Text Example


Text Example

White with #495022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495022; }

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

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

background-color css

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

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

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

border-color css

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

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

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