#496F09

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

Shades of Verdun Green #496F09

Tints of Verdun Green #496F09

Color information

#496F09 (or 0x496F09) is unknown color: approx Verdun Green. HEX triplet: 49, 6F and 09. RGB value is (73,111,9). Sum of RGB (Red+Green+Blue) = 73+111+9=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #496F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F09 is #B690F6. Grayscale: #585858. Windows color (decimal): -11964663 or 618313. OLE color: 618313.

HSL color Cylindrical-coordinate representation of color #496F09: hue angle of 82.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #496F09 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB731119-
CMYK0.3400.920.56
HSL82.35º85%23.53%-
HSV(B)82.35º91.89%43.53%-
XYZ8.4812.812.28-
YUV88.0183.41117.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 111 (43.75% from 255) = 57.51%
BLUE value IS 9 (3.91% from 255) = 4.66%
R=37.82%
G=57.51%
B=4.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7311190.3400.920.5682.358523.53
Hex496F92205C38525518
Octal111157114201347012212530
Binary100100111011111001100010010111001110001010010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,111,9); }

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

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

 a { background-color: rgb(73,111,9); }

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

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

 span { border-color: rgb(73,111,9); }

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