#496319

Color #496319 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #496319

Tints of Verdun Green #496319

Color information

#496319 (or 0x496319) is unknown color: approx Verdun Green. HEX triplet: 49, 63 and 19. RGB value is (73,99,25). Sum of RGB (Red+Green+Blue) = 73+99+25=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #496319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496319 is #B69CE6. Grayscale: #535353. Windows color (decimal): -11967719 or 1663817. OLE color: 1663817.

HSL color Cylindrical-coordinate representation of color #496319: hue angle of 81.08º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #496319 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB739925-
CMYK0.2600.750.61
HSL81.08º59.68%24.31%-
HSV(B)81.08º74.75%38.82%-
XYZ7.3810.412.54-
YUV82.7995.39121.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 99 (39.06% from 255) = 50.25%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=37.06%
G=50.25%
B=12.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399250.2600.750.6181.0859.6824.31
Hex4963191A04B3D513c18
Octal11114331320113751217430
Binary10010011100011110011101001001011111101101000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496319; }

 p { color: rgb(73,99,25); }

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

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

 a { background-color: rgb(73,99,25); }

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

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

 span { border-color: rgb(73,99,25); }

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