#406D03

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

Shades of Verdun Green #406D03

Tints of Verdun Green #406D03

Color information

#406D03 (or 0x406D03) is unknown color: approx Verdun Green. HEX triplet: 40, 6D and 03. RGB value is (64,109,3). Sum of RGB (Red+Green+Blue) = 64+109+3=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 109 (42.97% from 255 or 61.93% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 109 - color contains mainly: green. Hex color #406D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406D03 is #BF92FC. Grayscale: #535353. Windows color (decimal): -12555005 or 224576. OLE color: 224576.

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

Color convert

RGB641093-
CMYK0.4100.970.57
HSL85.47º94.64%21.96%-
HSV(B)85.47º97.25%42.75%-
XYZ7.612.032.01-
YUV83.4682.59114.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 109 (42.97% from 255) = 61.93%
BLUE value IS 3 (1.56% from 255) = 1.70%
R=36.36%
G=61.93%
B=1.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6410930.4100.970.5785.4794.6421.96
Hex406D32906139555f16
Octal10015535101417112513726
Binary1000000110110111101001011000011110011010101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,109,3); }

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

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

 a { background-color: rgb(64,109,3); }

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

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

 span { border-color: rgb(64,109,3); }

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