#496A02

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

Shades of Verdun Green #496A02

Tints of Verdun Green #496A02

Color information

#496A02 (or 0x496A02) is unknown color: approx Verdun Green. HEX triplet: 49, 6A and 02. RGB value is (73,106,2). Sum of RGB (Red+Green+Blue) = 73+106+2=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 106 (41.80% from 255 or 58.56% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 106 - color contains mainly: green. Hex color #496A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496A02 is #B695FD. Grayscale: #545454. Windows color (decimal): -11965950 or 158281. OLE color: 158281.

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

Color convert

RGB731062-
CMYK0.3100.980.58
HSL79.04º96.3%21.18%-
HSV(B)79.04º98.11%41.57%-
XYZ7.9111.731.9-
YUV84.2881.57119.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 106 (41.80% from 255) = 58.56%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=40.33%
G=58.56%
B=1.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7310620.3100.980.5879.0496.321.18
Hex496A21F0623A4f6015
Octal11115223701427211714025
Binary100100111010101011111011000101110101001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,106,2); }

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

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

 a { background-color: rgb(73,106,2); }

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

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

 span { border-color: rgb(73,106,2); }

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