#496E00

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

Shades of Verdun Green #496E00

Tints of Verdun Green #496E00

Color information

#496E00 (or 0x496E00) is unknown color: approx Verdun Green. HEX triplet: 49, 6E and 00. RGB value is (73,110,0). Sum of RGB (Red+Green+Blue) = 73+110+0=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 110 (43.36% from 255 or 60.11% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 110 - color contains mainly: green. Hex color #496E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496E00 is #B691FF. Grayscale: #565656. Windows color (decimal): -11964928 or 28233. OLE color: 28233.

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

Color convert

RGB731100-
CMYK0.34010.57
HSL80.18º100%21.57%-
HSV(B)80.18º100%43.14%-
XYZ8.3212.571.99-
YUV86.479.24118.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.89%
GREEN value IS 110 (43.36% from 255) = 60.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.89%
G=60.11%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7311000.34010.5780.1810021.57
Hex496E02206439506416
Octal11115604201447112014426
Binary100100111011100100010011001001110011010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,110,0); }

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

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

 a { background-color: rgb(73,110,0); }

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

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

 span { border-color: rgb(73,110,0); }

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