#414D0F

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

Shades of Verdun Green #414D0F

Tints of Verdun Green #414D0F

Color information

#414D0F (or 0x414D0F) is unknown color: approx Verdun Green. HEX triplet: 41, 4D and 0F. RGB value is (65,77,15). Sum of RGB (Red+Green+Blue) = 65+77+15=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #414D0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D0F is #BEB2F0. Grayscale: #424242. Windows color (decimal): -12497649 or 1002817. OLE color: 1002817.

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

Color convert

RGB657715-
CMYK0.1600.810.70
HSL71.61º67.39%18.04%-
HSV(B)71.61º80.52%30.2%-
XYZ4.926.471.44-
YUV66.3499.02127.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 77 (30.47% from 255) = 49.04%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=41.40%
G=49.04%
B=9.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6577150.1600.810.7071.6167.3918.04
Hex414DF1005146484312
Octal1011151720012110611010322
Binary100000110011011111100000101000110001101001000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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