Html Css Color HEX #495424 Army green

📋 copy color: '#495424'

red 73 ◦ green 84 ◦ blue 36

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

Shades of Army green #495424

Tints of Army green #495424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.65%

R = 37.82%
G = 43.52%
B = 18.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#495424 (or 0x495424) is known color: Army green. HEX triplet: 49, 54 and 24. RGB value is (73,84,36). Sum of RGB (Red+Green+Blue) = 73+84+36=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #495424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495424 is #B6ABDB. Grayscale: #4B4B4B. Windows color (decimal): -11971548 or 2380873. OLE color: 2380873.

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

Color convert

RGB 73 84 36 -
CMYK 0.13 0 0.57 0.67
HSL 73.75º 0.4% 0.24% -
HSV(B) 73.75º 0.57% 0.33% -
XYZ 6.24 7.88 2.86 -
YUV 75.24 105.86 126.4 -
System Red Green Blue C M Y K H S L
Decimal 73 84 36 0.13 0 0.57 0.67 73.75 0.4 0.24
Hex 49 54 24 D 0 39 43 4A 28 18
Octal 111 124 44 15 0 71 103 112 50 30
Binary 1001001 1010100 100100 1101 0 111001 1000011 1001010 101000 11000

Color Harmonies of #495424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495424

Black with #495424

Text Example


Text Example

White with #495424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495424; }

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

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

background-color css

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

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

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

border-color css

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

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

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