#496910

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

Shades of Verdun Green #496910

Tints of Verdun Green #496910

Color information

#496910 (or 0x496910) is unknown color: approx Verdun Green. HEX triplet: 49, 69 and 10. RGB value is (73,105,16). Sum of RGB (Red+Green+Blue) = 73+105+16=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #496910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496910 is #B696EF. Grayscale: #555555. Windows color (decimal): -11966192 or 1075529. OLE color: 1075529.

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

Color convert

RGB7310516-
CMYK0.3000.850.59
HSL81.57º73.55%23.73%-
HSV(B)81.57º84.76%41.18%-
XYZ7.8911.562.3-
YUV85.2988.9119.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=37.63%
G=54.12%
B=8.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105160.3000.850.5981.5773.5523.73
Hex4969101E0553B524a18
Octal111151203601257312211230
Binary100100111010011000011110010101011110111010010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496910; }

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

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

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

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

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

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

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

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