#406013

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

Shades of Verdun Green #406013

Tints of Verdun Green #406013

Color information

#406013 (or 0x406013) is unknown color: approx Verdun Green. HEX triplet: 40, 60 and 13. RGB value is (64,96,19). Sum of RGB (Red+Green+Blue) = 64+96+19=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #406013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406013 is #BF9FEC. Grayscale: #4D4D4D. Windows color (decimal): -12558317 or 1269824. OLE color: 1269824.

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

Color convert

RGB649619-
CMYK0.3300.800.62
HSL84.94º66.96%22.55%-
HSV(B)84.94º80.21%37.65%-
XYZ6.419.52.11-
YUV77.6594.9118.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=35.75%
G=53.63%
B=10.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496190.3300.800.6284.9466.9622.55
Hex406013210503E554317
Octal100140234101207612510327
Binary1000000110000010011100001010100001111101010101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406013; }

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

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

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

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

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

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

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

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