#415610

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

Shades of Verdun Green #415610

Tints of Verdun Green #415610

Color information

#415610 (or 0x415610) is unknown color: approx Verdun Green. HEX triplet: 41, 56 and 10. RGB value is (65,86,16). Sum of RGB (Red+Green+Blue) = 65+86+16=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #415610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415610 is #BEA9EF. Grayscale: #484848. Windows color (decimal): -12495344 or 1070657. OLE color: 1070657.

HSL color Cylindrical-coordinate representation of color #415610: hue angle of 78º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #415610 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB658616-
CMYK0.2400.810.66
HSL78º68.63%20%-
HSV(B)78º81.4%33.73%-
XYZ5.67.821.7-
YUV71.7496.54123.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 86 (33.98% from 255) = 51.50%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=38.92%
G=51.50%
B=9.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6586160.2400.810.667868.6320
Hex41561018051424e4514
Octal1011262030012110211610524
Binary1000001101011010000110000101000110000101001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415610; }

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

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

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

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

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

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

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

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