#495724

Color #495724 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #495724

Tints of Army green #495724

Color information

#495724 (or 0x495724) is unknown color: approx Army green. HEX triplet: 49, 57 and 24. RGB value is (73,87,36). Sum of RGB (Red+Green+Blue) = 73+87+36=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #495724 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495724 is #B6A8DB. Grayscale: #4D4D4D. Windows color (decimal): -11970780 or 2381641. OLE color: 2381641.

HSL color Cylindrical-coordinate representation of color #495724: hue angle of 76.47º degrees, saturation: 0.41, 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 #495724 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB738736-
CMYK0.1600.590.66
HSL76.47º41.46%24.12%-
HSV(B)76.47º58.62%34.12%-
XYZ6.478.362.94-
YUV77104.86125.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 36 (14.45% from 255) = 18.37%
R=37.24%
G=44.39%
B=18.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387360.1600.590.6676.4741.4624.12
Hex4957241003B424c2918
Octal11112744200731021145130
Binary100100110101111001001000001110111000010100110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495724; }

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

 H1.HeaderClassName
 {
   color: #495724;
 }
 .AnyTagClassName
 {
   color: #495724;
 }
</style>
background-color css

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

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

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

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

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

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