#406A01

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

Shades of Verdun Green #406A01

Tints of Verdun Green #406A01

Color information

#406A01 (or 0x406A01) is unknown color: approx Verdun Green. HEX triplet: 40, 6A and 01. RGB value is (64,106,1). Sum of RGB (Red+Green+Blue) = 64+106+1=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #406A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406A01 is #BF95FE. Grayscale: #515151. Windows color (decimal): -12555775 or 92736. OLE color: 92736.

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

Color convert

RGB641061-
CMYK0.4000.990.58
HSL84º98.13%20.98%-
HSV(B)84º99.06%41.57%-
XYZ7.2711.41.85-
YUV81.4782.59115.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.43%
GREEN value IS 106 (41.80% from 255) = 61.99%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=37.43%
G=61.99%
B=0.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6410610.4000.990.588498.1320.98
Hex406A1280633A546215
Octal10015215001437212414225
Binary100000011010101101000011000111110101010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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