#416609

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

Shades of Verdun Green #416609

Tints of Verdun Green #416609

Color information

#416609 (or 0x416609) is unknown color: approx Verdun Green. HEX triplet: 41, 66 and 09. RGB value is (65,102,9). Sum of RGB (Red+Green+Blue) = 65+102+9=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #416609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416609 is #BE99F6. Grayscale: #505050. Windows color (decimal): -12491255 or 616001. OLE color: 616001.

HSL color Cylindrical-coordinate representation of color #416609: hue angle of 83.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #416609 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB651029-
CMYK0.3600.910.6
HSL83.87º83.78%21.76%-
HSV(B)83.87º91.18%40%-
XYZ6.9810.651.95-
YUV80.3387.74117.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.93%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 9 (3.91% from 255) = 5.11%
R=36.93%
G=57.95%
B=5.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6510290.3600.910.683.8783.7821.76
Hex416692405B3C545416
Octal101146114401337412412426
Binary100000111001101001100100010110111111001010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416609; }

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

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

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

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

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

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

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

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