#416209

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

Shades of Verdun Green #416209

Tints of Verdun Green #416209

Color information

#416209 (or 0x416209) is unknown color: approx Verdun Green. HEX triplet: 41, 62 and 09. RGB value is (65,98,9). Sum of RGB (Red+Green+Blue) = 65+98+9=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #416209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416209 is #BE9DF6. Grayscale: #4E4E4E. Windows color (decimal): -12492279 or 614977. OLE color: 614977.

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

Color convert

RGB65989-
CMYK0.3400.910.62
HSL82.25º83.18%20.98%-
HSV(B)82.25º90.82%38.43%-
XYZ6.69.881.82-
YUV77.9989.07118.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.79%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=37.79%
G=56.98%
B=5.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal659890.3400.910.6282.2583.1820.98
Hex416292205B3E525315
Octal101142114201337612212325
Binary100000111000101001100010010110111111101010010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416209; }

 p { color: rgb(65,98,9); }

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

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

 a { background-color: rgb(65,98,9); }

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

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

 span { border-color: rgb(65,98,9); }

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