#416810

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

Shades of Verdun Green #416810

Tints of Verdun Green #416810

Color information

#416810 (or 0x416810) is unknown color: approx Verdun Green. HEX triplet: 41, 68 and 10. RGB value is (65,104,16). Sum of RGB (Red+Green+Blue) = 65+104+16=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #416810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416810 is #BE97EF. Grayscale: #525252. Windows color (decimal): -12490736 or 1075265. OLE color: 1075265.

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

Color convert

RGB6510416-
CMYK0.3800.850.59
HSL86.59º73.33%23.53%-
HSV(B)86.59º84.62%40.78%-
XYZ7.2211.062.24-
YUV82.3190.58115.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.14%
GREEN value IS 104 (41.02% from 255) = 56.22%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=35.14%
G=56.22%
B=8.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65104160.3800.850.5986.5973.3323.53
Hex416810260553B574918
Octal101150204601257312711130
Binary1000001110100010000100110010101011110111010111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416810; }

 p { color: rgb(65,104,16); }

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

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

 a { background-color: rgb(65,104,16); }

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

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

 span { border-color: rgb(65,104,16); }

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