#416408

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

Shades of Verdun Green #416408

Tints of Verdun Green #416408

Color information

#416408 (or 0x416408) is unknown color: approx Verdun Green. HEX triplet: 41, 64 and 08. RGB value is (65,100,8). Sum of RGB (Red+Green+Blue) = 65+100+8=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 100 (39.45% from 255 or 57.80% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 100 - color contains mainly: green. Hex color #416408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416408 is #BE9BF7. Grayscale: #4F4F4F. Windows color (decimal): -12491768 or 549953. OLE color: 549953.

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

Color convert

RGB651008-
CMYK0.3500.920.61
HSL82.83º85.19%21.18%-
HSV(B)82.83º92%39.22%-
XYZ6.7810.261.85-
YUV79.0587.9117.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 100 (39.45% from 255) = 57.80%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=37.57%
G=57.80%
B=4.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6510080.3500.920.6182.8385.1921.18
Hex416482305C3D535515
Octal101144104301347512312525
Binary100000111001001000100011010111001111011010011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416408; }

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

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

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

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

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

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

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

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