#496A0C

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

Shades of Verdun Green #496A0C

Tints of Verdun Green #496A0C

Color information

#496A0C (or 0x496A0C) is unknown color: approx Verdun Green. HEX triplet: 49, 6A and 0C. RGB value is (73,106,12). Sum of RGB (Red+Green+Blue) = 73+106+12=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #496A0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496A0C is #B695F3. Grayscale: #555555. Windows color (decimal): -11965940 or 813641. OLE color: 813641.

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

Color convert

RGB7310612-
CMYK0.3100.890.58
HSL81.06º79.66%23.14%-
HSV(B)81.06º88.68%41.57%-
XYZ7.9711.752.2-
YUV85.4286.57119.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 106 (41.80% from 255) = 55.50%
BLUE value IS 12 (5.08% from 255) = 6.28%
R=38.22%
G=55.50%
B=6.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106120.3100.890.5881.0679.6623.14
Hex496AC1F0593A515017
Octal111152143701317212112027
Binary10010011101010110011111010110011110101010001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,106,12); }

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

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

 a { background-color: rgb(73,106,12); }

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

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

 span { border-color: rgb(73,106,12); }

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