Html Css Color HEX #495625 Army green

📋 copy color: '#495625'

red 73 ◦ green 86 ◦ blue 37

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

Shades of Army green #495625

Tints of Army green #495625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.88%

 BLUE value IS 37 (14.84% from 255) = 18.88%

R = 37.24%
G = 43.88%
B = 18.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#495625 (or 0x495625) is known color: Army green. HEX triplet: 49, 56 and 25. RGB value is (73,86,37). Sum of RGB (Red+Green+Blue) = 73+86+37=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #495625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495625 is #B6A9DA. Grayscale: #4C4C4C. Windows color (decimal): -11971035 or 2446921. OLE color: 2446921.

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

Color convert

RGB 73 86 37 -
CMYK 0.15 0 0.57 0.66
HSL 75.92º 0.4% 0.24% -
HSV(B) 75.92º 0.57% 0.34% -
XYZ 6.41 8.21 3 -
YUV 76.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 73 86 37 0.15 0 0.57 0.66 75.92 0.4 0.24
Hex 49 56 25 F 0 39 42 4C 28 18
Octal 111 126 45 17 0 71 102 114 50 30
Binary 1001001 1010110 100101 1111 0 111001 1000010 1001100 101000 11000

Color Harmonies of #495625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495625

Black with #495625

Text Example


Text Example

White with #495625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495625; }

 p { color: rgb(73,86,37); }

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

background-color css

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

 a { background-color: rgb(73,86,37); }

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

border-color css

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

 span { border-color: rgb(73,86,37); }

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