#406108

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

Shades of Verdun Green #406108

Tints of Verdun Green #406108

Color information

#406108 (or 0x406108) is unknown color: approx Verdun Green. HEX triplet: 40, 61 and 08. RGB value is (64,97,8). Sum of RGB (Red+Green+Blue) = 64+97+8=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 97 (38.28% from 255 or 57.40% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 97 - color contains mainly: green. Hex color #406108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406108 is #BF9EF7. Grayscale: #4D4D4D. Windows color (decimal): -12558072 or 549184. OLE color: 549184.

HSL color Cylindrical-coordinate representation of color #406108: hue angle of 82.25º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #406108 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB64978-
CMYK0.3400.920.62
HSL82.25º84.76%20.59%-
HSV(B)82.25º91.75%38.04%-
XYZ6.439.661.75-
YUV76.9989.07118.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 97 (38.28% from 255) = 57.40%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=37.87%
G=57.40%
B=4.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal649780.3400.920.6282.2584.7620.59
Hex406182205C3E525515
Octal100141104201347612212525
Binary100000011000011000100010010111001111101010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406108; }

 p { color: rgb(64,97,8); }

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

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

 a { background-color: rgb(64,97,8); }

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

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

 span { border-color: rgb(64,97,8); }

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