#496007

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

Shades of Verdun Green #496007

Tints of Verdun Green #496007

Color information

#496007 (or 0x496007) is unknown color: approx Verdun Green. HEX triplet: 49, 60 and 07. RGB value is (73,96,7). Sum of RGB (Red+Green+Blue) = 73+96+7=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #496007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496007 is #B69FF8. Grayscale: #4F4F4F. Windows color (decimal): -11968505 or 483401. OLE color: 483401.

HSL color Cylindrical-coordinate representation of color #496007: hue angle of 75.51º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #496007 is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB73967-
CMYK0.2400.930.62
HSL75.51º86.41%20.2%-
HSV(B)75.51º92.71%37.65%-
XYZ6.979.81.72-
YUV78.9887.38123.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 96 (37.89% from 255) = 54.55%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=41.48%
G=54.55%
B=3.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal739670.2400.930.6275.5186.4120.2
Hex496071805D3E4c5614
Octal11114073001357611412624
Binary1001001110000011111000010111011111101001100101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496007; }

 p { color: rgb(73,96,7); }

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

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

 a { background-color: rgb(73,96,7); }

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

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

 span { border-color: rgb(73,96,7); }

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