#496400

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

Shades of Verdun Green #496400

Tints of Verdun Green #496400

Color information

#496400 (or 0x496400) is unknown color: approx Verdun Green. HEX triplet: 49, 64 and 00. RGB value is (73,100,0). Sum of RGB (Red+Green+Blue) = 73+100+0=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #496400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496400 is #B69BFF. Grayscale: #505050. Windows color (decimal): -11967488 or 25673. OLE color: 25673.

HSL color Cylindrical-coordinate representation of color #496400: hue angle of 76.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #496400 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB731000-
CMYK0.27010.61
HSL76.2º100%19.61%-
HSV(B)76.2º100%39.22%-
XYZ7.310.531.65-
YUV80.5382.55122.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 100 (39.45% from 255) = 57.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.20%
G=57.80%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7310000.27010.6176.210019.61
Hex496401B0643D4c6414
Octal11114403301447511414424
Binary10010011100100011011011001001111011001100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496400; }

 p { color: rgb(73,100,0); }

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

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

 a { background-color: rgb(73,100,0); }

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

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

 span { border-color: rgb(73,100,0); }

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