#406809

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

Shades of Verdun Green #406809

Tints of Verdun Green #406809

Color information

#406809 (or 0x406809) is unknown color: approx Verdun Green. HEX triplet: 40, 68 and 09. RGB value is (64,104,9). Sum of RGB (Red+Green+Blue) = 64+104+9=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #406809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406809 is #BF97F6. Grayscale: #515151. Windows color (decimal): -12556279 or 616512. OLE color: 616512.

HSL color Cylindrical-coordinate representation of color #406809: hue angle of 85.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #406809 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB641049-
CMYK0.3800.910.59
HSL85.26º84.07%22.16%-
HSV(B)85.26º91.35%40.78%-
XYZ7.1111.012.01-
YUV81.2187.25115.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 104 (41.02% from 255) = 58.76%
BLUE value IS 9 (3.91% from 255) = 5.08%
R=36.16%
G=58.76%
B=5.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6410490.3800.910.5985.2684.0722.16
Hex406892605B3B555416
Octal100150114601337312512426
Binary100000011010001001100110010110111110111010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406809; }

 p { color: rgb(64,104,9); }

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

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

 a { background-color: rgb(64,104,9); }

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

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

 span { border-color: rgb(64,104,9); }

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