#416510

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

Shades of Verdun Green #416510

Tints of Verdun Green #416510

Color information

#416510 (or 0x416510) is unknown color: approx Verdun Green. HEX triplet: 41, 65 and 10. RGB value is (65,101,16). Sum of RGB (Red+Green+Blue) = 65+101+16=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #416510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416510 is #BE9AEF. Grayscale: #505050. Windows color (decimal): -12491504 or 1074497. OLE color: 1074497.

HSL color Cylindrical-coordinate representation of color #416510: hue angle of 85.41º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #416510 is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB6510116-
CMYK0.3600.840.60
HSL85.41º72.65%22.94%-
HSV(B)85.41º84.16%39.61%-
XYZ6.9310.472.15-
YUV80.5591.57116.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 101 (39.84% from 255) = 55.49%
BLUE value IS 16 (6.64% from 255) = 8.79%
R=35.71%
G=55.49%
B=8.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65101160.3600.840.6085.4172.6522.94
Hex416510240543C554917
Octal101145204401247412511127
Binary1000001110010110000100100010101001111001010101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416510; }

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

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

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

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

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

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

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

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