#405606

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

Shades of Verdun Green #405606

Tints of Verdun Green #405606

Color information

#405606 (or 0x405606) is unknown color: approx Verdun Green. HEX triplet: 40, 56 and 06. RGB value is (64,86,6). Sum of RGB (Red+Green+Blue) = 64+86+6=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #405606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405606 is #BFA9F9. Grayscale: #464646. Windows color (decimal): -12560890 or 415296. OLE color: 415296.

HSL color Cylindrical-coordinate representation of color #405606: hue angle of 76.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #405606 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB64866-
CMYK0.2600.930.66
HSL76.5º86.96%18.04%-
HSV(B)76.5º93.02%33.73%-
XYZ5.487.761.38-
YUV70.391.71123.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 86 (33.98% from 255) = 55.13%
BLUE value IS 6 (2.73% from 255) = 3.85%
R=41.03%
G=55.13%
B=3.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal648660.2600.930.6676.586.9618.04
Hex405661A05D424c5712
Octal100126632013510211412722
Binary10000001010110110110100101110110000101001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405606; }

 p { color: rgb(64,86,6); }

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

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

 a { background-color: rgb(64,86,6); }

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

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

 span { border-color: rgb(64,86,6); }

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