#496706

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

Shades of Verdun Green #496706

Tints of Verdun Green #496706

Color information

#496706 (or 0x496706) is unknown color: approx Verdun Green. HEX triplet: 49, 67 and 06. RGB value is (73,103,6). Sum of RGB (Red+Green+Blue) = 73+103+6=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #496706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496706 is #B698F9. Grayscale: #535353. Windows color (decimal): -11966714 or 419657. OLE color: 419657.

HSL color Cylindrical-coordinate representation of color #496706: hue angle of 78.56º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #496706 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB731036-
CMYK0.2900.940.60
HSL78.56º88.99%21.37%-
HSV(B)78.56º94.17%40.39%-
XYZ7.6311.131.92-
YUV82.9784.56120.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 103 (40.62% from 255) = 56.59%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=40.11%
G=56.59%
B=3.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7310360.2900.940.6078.5688.9921.37
Hex496761D05E3C4f5915
Octal11114763501367411713125
Binary1001001110011111011101010111101111001001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496706; }

 p { color: rgb(73,103,6); }

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

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

 a { background-color: rgb(73,103,6); }

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

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

 span { border-color: rgb(73,103,6); }

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