#414616

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

Shades of Verdun Green #414616

Tints of Verdun Green #414616

Color information

#414616 (or 0x414616) is unknown color: approx Verdun Green. HEX triplet: 41, 46 and 16. RGB value is (65,70,22). Sum of RGB (Red+Green+Blue) = 65+70+22=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #414616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414616 is #BEB9E9. Grayscale: #3F3F3F. Windows color (decimal): -12499434 or 1459777. OLE color: 1459777.

HSL color Cylindrical-coordinate representation of color #414616: hue angle of 66.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #414616 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB657022-
CMYK0.0700.690.73
HSL66.25º52.17%18.04%-
HSV(B)66.25º68.57%27.45%-
XYZ4.515.561.59-
YUV63.03104.84129.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=41.40%
G=44.59%
B=14.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6570220.0700.690.7366.2552.1718.04
Hex414616704549423412
Octal10110626701051111026422
Binary1000001100011010110111010001011001001100001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414616; }

 p { color: rgb(65,70,22); }

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

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

 a { background-color: rgb(65,70,22); }

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

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

 span { border-color: rgb(65,70,22); }

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