#496506

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

Shades of Verdun Green #496506

Tints of Verdun Green #496506

Color information

#496506 (or 0x496506) is unknown color: approx Verdun Green. HEX triplet: 49, 65 and 06. RGB value is (73,101,6). Sum of RGB (Red+Green+Blue) = 73+101+6=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #496506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496506 is #B69AF9. Grayscale: #525252. Windows color (decimal): -11967226 or 419145. OLE color: 419145.

HSL color Cylindrical-coordinate representation of color #496506: hue angle of 77.68º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #496506 is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB731016-
CMYK0.2800.940.60
HSL77.68º88.79%20.98%-
HSV(B)77.68º94.06%39.61%-
XYZ7.4310.741.85-
YUV81.885.22121.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 101 (39.84% from 255) = 56.11%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=40.56%
G=56.11%
B=3.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7310160.2800.940.6077.6888.7920.98
Hex496561C05E3C4e5915
Octal11114563401367411613125
Binary1001001110010111011100010111101111001001110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496506; }

 p { color: rgb(73,101,6); }

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

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

 a { background-color: rgb(73,101,6); }

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

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

 span { border-color: rgb(73,101,6); }

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