#406F04

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

Shades of Verdun Green #406F04

Tints of Verdun Green #406F04

Color information

#406F04 (or 0x406F04) is unknown color: approx Verdun Green. HEX triplet: 40, 6F and 04. RGB value is (64,111,4). Sum of RGB (Red+Green+Blue) = 64+111+4=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #406F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406F04 is #BF90FB. Grayscale: #555555. Windows color (decimal): -12554492 or 290624. OLE color: 290624.

HSL color Cylindrical-coordinate representation of color #406F04: hue angle of 86.36º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #406F04 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB641114-
CMYK0.4200.960.56
HSL86.36º93.04%22.55%-
HSV(B)86.36º96.4%43.53%-
XYZ7.8212.472.11-
YUV84.7582.43113.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 111 (43.75% from 255) = 62.01%
BLUE value IS 4 (1.95% from 255) = 2.23%
R=35.75%
G=62.01%
B=2.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6411140.4200.960.5686.3693.0422.55
Hex406F42A06038565d17
Octal10015745201407012613527
Binary10000001101111100101010011000001110001010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,111,4); }

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

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

 a { background-color: rgb(64,111,4); }

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

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

 span { border-color: rgb(64,111,4); }

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