#416215

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

Shades of Verdun Green #416215

Tints of Verdun Green #416215

Color information

#416215 (or 0x416215) is unknown color: approx Verdun Green. HEX triplet: 41, 62 and 15. RGB value is (65,98,21). Sum of RGB (Red+Green+Blue) = 65+98+21=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #416215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416215 is #BE9DEA. Grayscale: #4F4F4F. Windows color (decimal): -12492267 or 1401409. OLE color: 1401409.

HSL color Cylindrical-coordinate representation of color #416215: hue angle of 85.71º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #416215 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB659821-
CMYK0.3400.790.62
HSL85.71º64.71%23.33%-
HSV(B)85.71º78.57%38.43%-
XYZ6.689.912.27-
YUV79.3695.07117.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=35.33%
G=53.26%
B=11.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598210.3400.790.6285.7164.7123.33
Hex4162152204F3E564117
Octal101142254201177612610127
Binary1000001110001010101100010010011111111101010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416215; }

 p { color: rgb(65,98,21); }

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

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

 a { background-color: rgb(65,98,21); }

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

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

 span { border-color: rgb(65,98,21); }

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