#416908

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

Shades of Verdun Green #416908

Tints of Verdun Green #416908

Color information

#416908 (or 0x416908) is unknown color: approx Verdun Green. HEX triplet: 41, 69 and 08. RGB value is (65,105,8). Sum of RGB (Red+Green+Blue) = 65+105+8=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #416908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416908 is #BE96F7. Grayscale: #525252. Windows color (decimal): -12490488 or 551233. OLE color: 551233.

HSL color Cylindrical-coordinate representation of color #416908: hue angle of 84.74º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #416908 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB651058-
CMYK0.3800.920.59
HSL84.74º85.84%22.16%-
HSV(B)84.74º92.38%41.18%-
XYZ7.2811.242.02-
YUV81.9886.25115.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.52%
GREEN value IS 105 (41.41% from 255) = 58.99%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=36.52%
G=58.99%
B=4.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6510580.3800.920.5984.7485.8422.16
Hex416982605C3B555616
Octal101151104601347312512626
Binary100000111010011000100110010111001110111010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416908; }

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

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

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

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

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

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

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

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