#416409

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

Shades of Verdun Green #416409

Tints of Verdun Green #416409

Color information

#416409 (or 0x416409) is unknown color: approx Verdun Green. HEX triplet: 41, 64 and 09. RGB value is (65,100,9). Sum of RGB (Red+Green+Blue) = 65+100+9=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #416409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416409 is #BE9BF6. Grayscale: #4F4F4F. Windows color (decimal): -12491767 or 615489. OLE color: 615489.

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

Color convert

RGB651009-
CMYK0.3500.910.61
HSL83.08º83.49%21.37%-
HSV(B)83.08º91%39.22%-
XYZ6.7910.261.88-
YUV79.1688.4117.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 100 (39.45% from 255) = 57.47%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=37.36%
G=57.47%
B=5.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6510090.3500.910.6183.0883.4921.37
Hex416492305B3D535315
Octal101144114301337512312325
Binary100000111001001001100011010110111111011010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416409; }

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

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

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

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

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

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

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

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