#406014

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

Shades of Verdun Green #406014

Tints of Verdun Green #406014

Color information

#406014 (or 0x406014) is unknown color: approx Verdun Green. HEX triplet: 40, 60 and 14. RGB value is (64,96,20). Sum of RGB (Red+Green+Blue) = 64+96+20=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #406014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406014 is #BF9FEB. Grayscale: #4E4E4E. Windows color (decimal): -12558316 or 1335360. OLE color: 1335360.

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

Color convert

RGB649620-
CMYK0.3300.790.62
HSL85.26º65.52%22.75%-
HSV(B)85.26º79.17%37.65%-
XYZ6.429.512.16-
YUV77.7795.4118.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 20 (8.20% from 255) = 11.11%
R=35.56%
G=53.33%
B=11.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496200.3300.790.6285.2665.5222.75
Hex4060142104F3E554217
Octal100140244101177612510227
Binary1000000110000010100100001010011111111101010101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406014; }

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

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

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

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

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

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

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

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