#406E01

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

Shades of Verdun Green #406E01

Tints of Verdun Green #406E01

Color information

#406E01 (or 0x406E01) is unknown color: approx Verdun Green. HEX triplet: 40, 6E and 01. RGB value is (64,110,1). Sum of RGB (Red+Green+Blue) = 64+110+1=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #406E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406E01 is #BF91FE. Grayscale: #545454. Windows color (decimal): -12554751 or 93760. OLE color: 93760.

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

Color convert

RGB641101-
CMYK0.4200.990.57
HSL85.32º98.2%21.76%-
HSV(B)85.32º99.09%43.14%-
XYZ7.712.241.99-
YUV83.8281.26113.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 110 (43.36% from 255) = 62.86%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=36.57%
G=62.86%
B=0.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6411010.4200.990.5785.3298.221.76
Hex406E12A06339556216
Octal10015615201437112514226
Binary100000011011101101010011000111110011010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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