#496B0C

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

Shades of Verdun Green #496B0C

Tints of Verdun Green #496B0C

Color information

#496B0C (or 0x496B0C) is unknown color: approx Verdun Green. HEX triplet: 49, 6B and 0C. RGB value is (73,107,12). Sum of RGB (Red+Green+Blue) = 73+107+12=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #496B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496B0C is #B694F3. Grayscale: #565656. Windows color (decimal): -11965684 or 813897. OLE color: 813897.

HSL color Cylindrical-coordinate representation of color #496B0C: hue angle of 81.47º 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 #496B0C is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB7310712-
CMYK0.3200.890.58
HSL81.47º79.83%23.33%-
HSV(B)81.47º88.79%41.96%-
XYZ8.0711.962.23-
YUV8686.24118.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 107 (42.19% from 255) = 55.73%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=38.02%
G=55.73%
B=6.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107120.3200.890.5881.4779.8323.33
Hex496BC200593A515017
Octal111153144001317212112027
Binary100100111010111100100000010110011110101010001101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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