#496B04

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

Shades of Verdun Green #496B04

Tints of Verdun Green #496B04

Color information

#496B04 (or 0x496B04) is unknown color: approx Verdun Green. HEX triplet: 49, 6B and 04. RGB value is (73,107,4). Sum of RGB (Red+Green+Blue) = 73+107+4=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #496B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496B04 is #B694FB. Grayscale: #555555. Windows color (decimal): -11965692 or 289609. OLE color: 289609.

HSL color Cylindrical-coordinate representation of color #496B04: hue angle of 79.81º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #496B04 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB731074-
CMYK0.3200.960.58
HSL79.81º92.79%21.76%-
HSV(B)79.81º96.26%41.96%-
XYZ8.0311.942-
YUV85.0982.24119.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.67%
GREEN value IS 107 (42.19% from 255) = 58.15%
BLUE value IS 4 (1.95% from 255) = 2.17%
R=39.67%
G=58.15%
B=2.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7310740.3200.960.5879.8192.7921.76
Hex496B4200603A505d16
Octal11115344001407212013526
Binary10010011101011100100000011000001110101010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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