#414E06

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

Shades of Verdun Green #414E06

Tints of Verdun Green #414E06

Color information

#414E06 (or 0x414E06) is unknown color: approx Verdun Green. HEX triplet: 41, 4E and 06. RGB value is (65,78,6). Sum of RGB (Red+Green+Blue) = 65+78+6=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #414E06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414E06 is #BEB1F9. Grayscale: #424242. Windows color (decimal): -12497402 or 413249. OLE color: 413249.

HSL color Cylindrical-coordinate representation of color #414E06: hue angle of 70.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #414E06 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB65786-
CMYK0.1700.920.69
HSL70.83º85.71%16.47%-
HSV(B)70.83º92.31%30.59%-
XYZ4.946.591.18-
YUV65.994.19127.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 78 (30.86% from 255) = 52.35%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=43.62%
G=52.35%
B=4.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal657860.1700.920.6970.8385.7116.47
Hex414E61105C45475610
Octal101116621013410510712620
Binary10000011001110110100010101110010001011000111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414E06; }

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

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

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

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

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

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

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

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