#416E07

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

Shades of Verdun Green #416E07

Tints of Verdun Green #416E07

Color information

#416E07 (or 0x416E07) is unknown color: approx Verdun Green. HEX triplet: 41, 6E and 07. RGB value is (65,110,7). Sum of RGB (Red+Green+Blue) = 65+110+7=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 110 (43.36% from 255 or 60.44% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 110 - color contains mainly: green. Hex color #416E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416E07 is #BE91F8. Grayscale: #555555. Windows color (decimal): -12489209 or 486977. OLE color: 486977.

HSL color Cylindrical-coordinate representation of color #416E07: hue angle of 86.21º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #416E07 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB651107-
CMYK0.4100.940.57
HSL86.21º88.03%22.94%-
HSV(B)86.21º93.64%43.14%-
XYZ7.7912.292.16-
YUV84.884.09113.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 110 (43.36% from 255) = 60.44%
BLUE value IS 7 (3.12% from 255) = 3.85%
R=35.71%
G=60.44%
B=3.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6511070.4100.940.5786.2188.0322.94
Hex416E72905E39565817
Octal10115675101367112613027
Binary10000011101110111101001010111101110011010110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416E07; }

 p { color: rgb(65,110,7); }

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

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

 a { background-color: rgb(65,110,7); }

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

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

 span { border-color: rgb(65,110,7); }

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