#496D03

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

Shades of Verdun Green #496D03

Tints of Verdun Green #496D03

Color information

#496D03 (or 0x496D03) is unknown color: approx Verdun Green. HEX triplet: 49, 6D and 03. RGB value is (73,109,3). Sum of RGB (Red+Green+Blue) = 73+109+3=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #496D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496D03 is #B692FC. Grayscale: #565656. Windows color (decimal): -11965181 or 224585. OLE color: 224585.

HSL color Cylindrical-coordinate representation of color #496D03: hue angle of 80.38º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #496D03 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB731093-
CMYK0.3300.970.57
HSL80.38º94.64%21.96%-
HSV(B)80.38º97.25%42.75%-
XYZ8.2312.362.04-
YUV86.1581.07118.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 109 (42.97% from 255) = 58.92%
BLUE value IS 3 (1.56% from 255) = 1.62%
R=39.46%
G=58.92%
B=1.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7310930.3300.970.5780.3894.6421.96
Hex496D32106139505f16
Octal11115534101417112013726
Binary1001001110110111100001011000011110011010000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D03; }

 p { color: rgb(73,109,3); }

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

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

 a { background-color: rgb(73,109,3); }

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

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

 span { border-color: rgb(73,109,3); }

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