#496311

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

Shades of Verdun Green #496311

Tints of Verdun Green #496311

Color information

#496311 (or 0x496311) is unknown color: approx Verdun Green. HEX triplet: 49, 63 and 11. RGB value is (73,99,17). Sum of RGB (Red+Green+Blue) = 73+99+17=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #496311 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496311 is #B69CEE. Grayscale: #525252. Windows color (decimal): -11967727 or 1139529. OLE color: 1139529.

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

Color convert

RGB739917-
CMYK0.2600.830.61
HSL79.02º70.69%22.75%-
HSV(B)79.02º82.83%38.82%-
XYZ7.3110.382.15-
YUV81.8891.39121.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 17 (7.03% from 255) = 8.99%
R=38.62%
G=52.38%
B=8.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399170.2600.830.6179.0270.6922.75
Hex4963111A0533D4f4717
Octal111143213201237511710727
Binary100100111000111000111010010100111111011001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496311; }

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

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

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

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

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

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

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

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