Html Css Color HEX #495623 Army green

📋 copy color: '#495623'

red 73 ◦ green 86 ◦ blue 35

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

Shades of Army green #495623

Tints of Army green #495623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.04%

R = 37.63%
G = 44.33%
B = 18.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.66

RGB Variations

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

Color information

#495623 (or 0x495623) is known color: Army green. HEX triplet: 49, 56 and 23. RGB value is (73,86,35). Sum of RGB (Red+Green+Blue) = 73+86+35=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #495623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495623 is #B6A9DC. Grayscale: #4C4C4C. Windows color (decimal): -11971037 or 2315849. OLE color: 2315849.

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

Color convert

RGB 73 86 35 -
CMYK 0.15 0 0.59 0.66
HSL 75.29º 0.42% 0.24% -
HSV(B) 75.29º 0.59% 0.34% -
XYZ 6.38 8.19 2.84 -
YUV 76.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 73 86 35 0.15 0 0.59 0.66 75.29 0.42 0.24
Hex 49 56 23 F 0 3B 42 4B 2A 18
Octal 111 126 43 17 0 73 102 113 52 30
Binary 1001001 1010110 100011 1111 0 111011 1000010 1001011 101010 11000

Color Harmonies of #495623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495623

Black with #495623

Text Example


Text Example

White with #495623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495623; }

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

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

background-color css

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

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

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

border-color css

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

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

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