#414D11

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

Shades of Verdun Green #414D11

Tints of Verdun Green #414D11

Color information

#414D11 (or 0x414D11) is unknown color: approx Verdun Green. HEX triplet: 41, 4D and 11. RGB value is (65,77,17). Sum of RGB (Red+Green+Blue) = 65+77+17=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 77 (30.47% from 255 or 48.43% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 77 - color contains mainly: green. Hex color #414D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D11 is #BEB2EE. Grayscale: #424242. Windows color (decimal): -12497647 or 1133889. OLE color: 1133889.

HSL color Cylindrical-coordinate representation of color #414D11: hue angle of 72º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #414D11 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB657717-
CMYK0.1600.780.70
HSL72º63.83%18.43%-
HSV(B)72º77.92%30.2%-
XYZ4.946.471.52-
YUV66.57100.02126.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 77 (30.47% from 255) = 48.43%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=40.88%
G=48.43%
B=10.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577170.1600.780.707263.8318.43
Hex414D111004E46484012
Octal1011152120011610611010022
Binary1000001100110110001100000100111010001101001000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414D11; }

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

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

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

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

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

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

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

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