#406E07

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

Shades of Verdun Green #406E07

Tints of Verdun Green #406E07

Color information

#406E07 (or 0x406E07) is unknown color: approx Verdun Green. HEX triplet: 40, 6E and 07. RGB value is (64,110,7). Sum of RGB (Red+Green+Blue) = 64+110+7=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 110 (43.36% from 255 or 60.77% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 110 - color contains mainly: green. Hex color #406E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406E07 is #BF91F8. Grayscale: #545454. Windows color (decimal): -12554745 or 486976. OLE color: 486976.

HSL color Cylindrical-coordinate representation of color #406E07: hue angle of 86.8º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #406E07 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB641107-
CMYK0.4200.940.57
HSL86.8º88.03%22.94%-
HSV(B)86.8º93.64%43.14%-
XYZ7.7312.262.16-
YUV84.584.26113.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 110 (43.36% from 255) = 60.77%
BLUE value IS 7 (3.12% from 255) = 3.87%
R=35.36%
G=60.77%
B=3.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6411070.4200.940.5786.888.0322.94
Hex406E72A05E39575817
Octal10015675201367112713027
Binary10000001101110111101010010111101110011010111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406E07; }

 p { color: rgb(64,110,7); }

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

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

 a { background-color: rgb(64,110,7); }

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

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

 span { border-color: rgb(64,110,7); }

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