#416806

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

Shades of Verdun Green #416806

Tints of Verdun Green #416806

Color information

#416806 (or 0x416806) is unknown color: approx Verdun Green. HEX triplet: 41, 68 and 06. RGB value is (65,104,6). Sum of RGB (Red+Green+Blue) = 65+104+6=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #416806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416806 is #BE97F9. Grayscale: #515151. Windows color (decimal): -12490746 or 419905. OLE color: 419905.

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

Color convert

RGB651046-
CMYK0.3800.940.59
HSL83.88º89.09%21.57%-
HSV(B)83.88º94.23%40.78%-
XYZ7.1611.041.93-
YUV81.1785.58116.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 104 (41.02% from 255) = 59.43%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=37.14%
G=59.43%
B=3.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6510460.3800.940.5983.8889.0921.57
Hex416862605E3B545916
Octal10115064601367312413126
Binary10000011101000110100110010111101110111010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416806; }

 p { color: rgb(65,104,6); }

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

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

 a { background-color: rgb(65,104,6); }

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

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

 span { border-color: rgb(65,104,6); }

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