Html Css Color HEX #495626 Army green

📋 copy color: '#495626'

red 73 ◦ green 86 ◦ blue 38

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

Shades of Army green #495626

Tints of Army green #495626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 37.06%
G = 43.65%
B = 19.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#495626 (or 0x495626) is known color: Army green. HEX triplet: 49, 56 and 26. RGB value is (73,86,38). Sum of RGB (Red+Green+Blue) = 73+86+38=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #495626 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495626 is #B6A9D9. Grayscale: #4C4C4C. Windows color (decimal): -11971034 or 2512457. OLE color: 2512457.

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

Color convert

RGB 73 86 38 -
CMYK 0.15 0 0.56 0.66
HSL 76.25º 0.39% 0.24% -
HSV(B) 76.25º 0.56% 0.34% -
XYZ 6.43 8.21 3.08 -
YUV 76.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 73 86 38 0.15 0 0.56 0.66 76.25 0.39 0.24
Hex 49 56 26 F 0 38 42 4C 27 18
Octal 111 126 46 17 0 70 102 114 47 30
Binary 1001001 1010110 100110 1111 0 111000 1000010 1001100 100111 11000

Color Harmonies of #495626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495626

Black with #495626

Text Example


Text Example

White with #495626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495626; }

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

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

background-color css

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

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

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

border-color css

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

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

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