#406007

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

Shades of Verdun Green #406007

Tints of Verdun Green #406007

Color information

#406007 (or 0x406007) is unknown color: approx Verdun Green. HEX triplet: 40, 60 and 07. RGB value is (64,96,7). Sum of RGB (Red+Green+Blue) = 64+96+7=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 96 (37.89% from 255 or 57.49% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 96 - color contains mainly: green. Hex color #406007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406007 is #BF9FF8. Grayscale: #4C4C4C. Windows color (decimal): -12558329 or 483392. OLE color: 483392.

HSL color Cylindrical-coordinate representation of color #406007: hue angle of 81.57º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #406007 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB64967-
CMYK0.3300.930.62
HSL81.57º86.41%20.2%-
HSV(B)81.57º92.71%37.65%-
XYZ6.349.471.7-
YUV76.2988.9119.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 96 (37.89% from 255) = 57.49%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=38.32%
G=57.49%
B=4.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal649670.3300.930.6281.5786.4120.2
Hex406072105D3E525614
Octal10014074101357612212624
Binary10000001100000111100001010111011111101010010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406007; }

 p { color: rgb(64,96,7); }

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

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

 a { background-color: rgb(64,96,7); }

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

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

 span { border-color: rgb(64,96,7); }

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