#406109

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

Shades of Verdun Green #406109

Tints of Verdun Green #406109

Color information

#406109 (or 0x406109) is unknown color: approx Verdun Green. HEX triplet: 40, 61 and 09. RGB value is (64,97,9). Sum of RGB (Red+Green+Blue) = 64+97+9=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #406109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406109 is #BF9EF6. Grayscale: #4D4D4D. Windows color (decimal): -12558071 or 614720. OLE color: 614720.

HSL color Cylindrical-coordinate representation of color #406109: hue angle of 82.5º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #406109 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB64979-
CMYK0.3400.910.62
HSL82.5º83.02%20.78%-
HSV(B)82.5º90.72%38.04%-
XYZ6.449.661.78-
YUV77.189.57118.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 97 (38.28% from 255) = 57.06%
BLUE value IS 9 (3.91% from 255) = 5.29%
R=37.65%
G=57.06%
B=5.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal649790.3400.910.6282.583.0220.78
Hex406192205B3E525315
Octal100141114201337612212325
Binary100000011000011001100010010110111111101010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406109; }

 p { color: rgb(64,97,9); }

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

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

 a { background-color: rgb(64,97,9); }

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

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

 span { border-color: rgb(64,97,9); }

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