#496B0A

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

Shades of Verdun Green #496B0A

Tints of Verdun Green #496B0A

Color information

#496B0A (or 0x496B0A) is unknown color: approx Verdun Green. HEX triplet: 49, 6B and 0A. RGB value is (73,107,10). Sum of RGB (Red+Green+Blue) = 73+107+10=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #496B0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496B0A is #B694F5. Grayscale: #565656. Windows color (decimal): -11965686 or 682825. OLE color: 682825.

HSL color Cylindrical-coordinate representation of color #496B0A: hue angle of 81.03º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #496B0A is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.

Color convert

RGB7310710-
CMYK0.3200.910.58
HSL81.03º82.91%22.94%-
HSV(B)81.03º90.65%41.96%-
XYZ8.0611.952.17-
YUV85.7885.24118.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 107 (42.19% from 255) = 56.32%
BLUE value IS 10 (4.30% from 255) = 5.26%
R=38.42%
G=56.32%
B=5.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107100.3200.910.5881.0382.9122.94
Hex496BA2005B3A515317
Octal111153124001337212112327
Binary100100111010111010100000010110111110101010001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,107,10); }

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

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

 a { background-color: rgb(73,107,10); }

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

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

 span { border-color: rgb(73,107,10); }

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