#496313

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

Shades of Verdun Green #496313

Tints of Verdun Green #496313

Color information

#496313 (or 0x496313) is unknown color: approx Verdun Green. HEX triplet: 49, 63 and 13. RGB value is (73,99,19). Sum of RGB (Red+Green+Blue) = 73+99+19=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #496313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496313 is #B69CEC. Grayscale: #525252. Windows color (decimal): -11967725 or 1270601. OLE color: 1270601.

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

Color convert

RGB739919-
CMYK0.2600.810.61
HSL79.5º67.8%23.14%-
HSV(B)79.5º80.81%38.82%-
XYZ7.3310.392.23-
YUV82.1192.39121.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 99 (39.06% from 255) = 51.83%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=38.22%
G=51.83%
B=9.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399190.2600.810.6179.567.823.14
Hex4963131A0513D504417
Octal111143233201217512010427
Binary100100111000111001111010010100011111011010000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496313; }

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

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

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

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

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

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

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

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