#496903

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

Shades of Verdun Green #496903

Tints of Verdun Green #496903

Color information

#496903 (or 0x496903) is unknown color: approx Verdun Green. HEX triplet: 49, 69 and 03. RGB value is (73,105,3). Sum of RGB (Red+Green+Blue) = 73+105+3=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #496903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496903 is #B696FC. Grayscale: #545454. Windows color (decimal): -11966205 or 223561. OLE color: 223561.

HSL color Cylindrical-coordinate representation of color #496903: hue angle of 78.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #496903 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB731053-
CMYK0.3000.970.59
HSL78.82º94.44%21.18%-
HSV(B)78.82º97.14%41.18%-
XYZ7.8211.531.9-
YUV83.882.4120.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 105 (41.41% from 255) = 58.01%
BLUE value IS 3 (1.56% from 255) = 1.66%
R=40.33%
G=58.01%
B=1.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7310530.3000.970.5978.8294.4421.18
Hex496931E0613B4f5e15
Octal11115133601417311713625
Binary100100111010011111110011000011110111001111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496903; }

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

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

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

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

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

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

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

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