#416211

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

Shades of Verdun Green #416211

Tints of Verdun Green #416211

Color information

#416211 (or 0x416211) is unknown color: approx Verdun Green. HEX triplet: 41, 62 and 11. RGB value is (65,98,17). Sum of RGB (Red+Green+Blue) = 65+98+17=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #416211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416211 is #BE9DEE. Grayscale: #4F4F4F. Windows color (decimal): -12492271 or 1139265. OLE color: 1139265.

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

Color convert

RGB659817-
CMYK0.3400.830.62
HSL84.44º70.43%22.55%-
HSV(B)84.44º82.65%38.43%-
XYZ6.659.92.09-
YUV78.993.07118.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.11%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=36.11%
G=54.44%
B=9.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6598170.3400.830.6284.4470.4322.55
Hex416211220533E544617
Octal101142214201237612410627
Binary1000001110001010001100010010100111111101010100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416211; }

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

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

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

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

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

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

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

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