#406208

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

Shades of Verdun Green #406208

Tints of Verdun Green #406208

Color information

#406208 (or 0x406208) is unknown color: approx Verdun Green. HEX triplet: 40, 62 and 08. RGB value is (64,98,8). Sum of RGB (Red+Green+Blue) = 64+98+8=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #406208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406208 is #BF9DF7. Grayscale: #4D4D4D. Windows color (decimal): -12557816 or 549440. OLE color: 549440.

HSL color Cylindrical-coordinate representation of color #406208: hue angle of 82.67º 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 #406208 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB64988-
CMYK0.3500.920.62
HSL82.67º84.91%20.78%-
HSV(B)82.67º91.84%38.43%-
XYZ6.539.841.79-
YUV77.5788.74118.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.65%
GREEN value IS 98 (38.67% from 255) = 57.65%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=37.65%
G=57.65%
B=4.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal649880.3500.920.6282.6784.9120.78
Hex406282305C3E535515
Octal100142104301347612312525
Binary100000011000101000100011010111001111101010011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406208; }

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

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

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

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

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

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

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

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