#406903

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

Shades of Verdun Green #406903

Tints of Verdun Green #406903

Color information

#406903 (or 0x406903) is unknown color: approx Verdun Green. HEX triplet: 40, 69 and 03. RGB value is (64,105,3). Sum of RGB (Red+Green+Blue) = 64+105+3=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #406903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406903 is #BF96FC. Grayscale: #515151. Windows color (decimal): -12556029 or 223552. OLE color: 223552.

HSL color Cylindrical-coordinate representation of color #406903: hue angle of 84.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #406903 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB641053-
CMYK0.3900.970.59
HSL84.12º94.44%21.18%-
HSV(B)84.12º97.14%41.18%-
XYZ7.1811.21.87-
YUV81.1183.92115.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 105 (41.41% from 255) = 61.05%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=37.21%
G=61.05%
B=1.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6410530.3900.970.5984.1294.4421.18
Hex40693270613B545e15
Octal10015134701417312413625
Binary1000000110100111100111011000011110111010100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406903; }

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

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

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

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

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

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

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

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