#416A08

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

Shades of Verdun Green #416A08

Tints of Verdun Green #416A08

Color information

#416A08 (or 0x416A08) is unknown color: approx Verdun Green. HEX triplet: 41, 6A and 08. RGB value is (65,106,8). Sum of RGB (Red+Green+Blue) = 65+106+8=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #416A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416A08 is #BE95F7. Grayscale: #525252. Windows color (decimal): -12490232 or 551489. OLE color: 551489.

HSL color Cylindrical-coordinate representation of color #416A08: hue angle of 85.1º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #416A08 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB651068-
CMYK0.3900.920.58
HSL85.1º85.96%22.35%-
HSV(B)85.1º92.45%41.57%-
XYZ7.3811.452.05-
YUV82.5785.92115.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 106 (41.80% from 255) = 59.22%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=36.31%
G=59.22%
B=4.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6510680.3900.920.5885.185.9622.35
Hex416A82705C3A555616
Octal101152104701347212512626
Binary100000111010101000100111010111001110101010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416A08; }

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

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

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

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

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

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

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

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