#406804

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

Shades of Verdun Green #406804

Tints of Verdun Green #406804

Color information

#406804 (or 0x406804) is unknown color: approx Verdun Green. HEX triplet: 40, 68 and 04. RGB value is (64,104,4). Sum of RGB (Red+Green+Blue) = 64+104+4=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #406804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406804 is #BF97FB. Grayscale: #515151. Windows color (decimal): -12556284 or 288832. OLE color: 288832.

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

Color convert

RGB641044-
CMYK0.3800.960.59
HSL84º92.59%21.18%-
HSV(B)84º96.15%40.78%-
XYZ7.09111.86-
YUV80.6484.75116.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 104 (41.02% from 255) = 60.47%
BLUE value IS 4 (1.95% from 255) = 2.33%
R=37.21%
G=60.47%
B=2.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6410440.3800.960.598492.5921.18
Hex40684260603B545d15
Octal10015044601407312413525
Binary10000001101000100100110011000001110111010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406804; }

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

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

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

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

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

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

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

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