#496f0a

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

Shades of Verdun Green #496F0A

Tints of Verdun Green #496F0A

Color information

#496F0A (or 0x496F0A) is unknown color: approx Verdun Green. HEX triplet: 49, 6F and 0A. RGB value is (73,111,10). Sum of RGB (Red+Green+Blue) = 73+111+10=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #496F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F0A is #B690F5. Grayscale: #585858. Windows color (decimal): -11964662 or 683849. OLE color: 683849.

HSL color Cylindrical-coordinate representation of color #496F0A: hue angle of 82.57º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #496F0A is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB7311110-
CMYK0.3400.910.56
HSL82.57º83.47%23.73%-
HSV(B)82.57º90.99%43.53%-
XYZ8.4912.812.31-
YUV88.1283.91117.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 111 (43.75% from 255) = 57.22%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=37.63%
G=57.22%
B=5.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73111100.3400.910.5682.5783.4723.73
Hex496FA2205B38535318
Octal111157124201337012312330
Binary100100111011111010100010010110111110001010011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496f0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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