Html Css Color HEX #495324 Army green

📋 copy color: '#495324'

red 73 ◦ green 83 ◦ blue 36

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

Shades of Army green #495324

Tints of Army green #495324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 38.02%
G = 43.23%
B = 18.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#495324 (or 0x495324) is known color: Army green. HEX triplet: 49, 53 and 24. RGB value is (73,83,36). Sum of RGB (Red+Green+Blue) = 73+83+36=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #495324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495324 is #B6ACDB. Grayscale: #4A4A4A. Windows color (decimal): -11971804 or 2380617. OLE color: 2380617.

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

Color convert

RGB 73 83 36 -
CMYK 0.12 0 0.57 0.67
HSL 72.77º 0.39% 0.23% -
HSV(B) 72.77º 0.57% 0.33% -
XYZ 6.16 7.73 2.84 -
YUV 74.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 73 83 36 0.12 0 0.57 0.67 72.77 0.39 0.23
Hex 49 53 24 C 0 39 43 49 27 17
Octal 111 123 44 14 0 71 103 111 47 27
Binary 1001001 1010011 100100 1100 0 111001 1000011 1001001 100111 10111

Color Harmonies of #495324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495324

Black with #495324

Text Example


Text Example

White with #495324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495324; }

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

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

background-color css

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

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

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

border-color css

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

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

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