#416008

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

Shades of Verdun Green #416008

Tints of Verdun Green #416008

Color information

#416008 (or 0x416008) is unknown color: approx Verdun Green. HEX triplet: 41, 60 and 08. RGB value is (65,96,8). Sum of RGB (Red+Green+Blue) = 65+96+8=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #416008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416008 is #BE9FF7. Grayscale: #4D4D4D. Windows color (decimal): -12492792 or 548929. OLE color: 548929.

HSL color Cylindrical-coordinate representation of color #416008: hue angle of 81.14º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #416008 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB65968-
CMYK0.3200.920.62
HSL81.14º84.62%20.39%-
HSV(B)81.14º91.67%37.65%-
XYZ6.419.511.73-
YUV76.789.23119.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 96 (37.89% from 255) = 56.80%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=38.46%
G=56.80%
B=4.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal659680.3200.920.6281.1484.6220.39
Hex416082005C3E515514
Octal101140104001347612112524
Binary100000111000001000100000010111001111101010001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416008; }

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

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

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

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

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

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

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

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