Html Css Color HEX #495822 Army green

📋 copy color: '#495822'

red 73 ◦ green 88 ◦ blue 34

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

Shades of Army green #495822

Tints of Army green #495822

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.13%

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

R = 37.44%
G = 45.13%
B = 17.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#495822 (or 0x495822) is known color: Army green. HEX triplet: 49, 58 and 22. RGB value is (73,88,34). Sum of RGB (Red+Green+Blue) = 73+88+34=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #495822 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495822 is #B6A7DD. Grayscale: #4D4D4D. Windows color (decimal): -11970526 or 2250825. OLE color: 2250825.

HSL color Cylindrical-coordinate representation of color #495822: hue angle of 76.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #495822 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 34 -
CMYK 0.17 0 0.61 0.65
HSL 76.67º 0.44% 0.24% -
HSV(B) 76.67º 0.61% 0.35% -
XYZ 6.53 8.51 2.81 -
YUV 77.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 73 88 34 0.17 0 0.61 0.65 76.67 0.44 0.24
Hex 49 58 22 11 0 3D 41 4D 2C 18
Octal 111 130 42 21 0 75 101 115 54 30
Binary 1001001 1011000 100010 10001 0 111101 1000001 1001101 101100 11000

Color Harmonies of #495822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495822

Black with #495822

Text Example


Text Example

White with #495822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495822; }

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

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

background-color css

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

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

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

border-color css

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

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

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