#406510

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

Shades of Verdun Green #406510

Tints of Verdun Green #406510

Color information

#406510 (or 0x406510) is unknown color: approx Verdun Green. HEX triplet: 40, 65 and 10. RGB value is (64,101,16). Sum of RGB (Red+Green+Blue) = 64+101+16=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #406510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406510 is #BF9AEF. Grayscale: #505050. Windows color (decimal): -12557040 or 1074496. OLE color: 1074496.

HSL color Cylindrical-coordinate representation of color #406510: hue angle of 86.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #406510 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB6410116-
CMYK0.3700.840.60
HSL86.12º72.65%22.94%-
HSV(B)86.12º84.16%39.61%-
XYZ6.8610.432.14-
YUV80.2591.74116.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 101 (39.84% from 255) = 55.80%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=35.36%
G=55.80%
B=8.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal64101160.3700.840.6086.1272.6522.94
Hex406510250543C564917
Octal100145204501247412611127
Binary1000000110010110000100101010101001111001010110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406510; }

 p { color: rgb(64,101,16); }

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

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

 a { background-color: rgb(64,101,16); }

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

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

 span { border-color: rgb(64,101,16); }

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