#414D07

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

Shades of Verdun Green #414D07

Tints of Verdun Green #414D07

Color information

#414D07 (or 0x414D07) is unknown color: approx Verdun Green. HEX triplet: 41, 4D and 07. RGB value is (65,77,7). Sum of RGB (Red+Green+Blue) = 65+77+7=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #414D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D07 is #BEB2F8. Grayscale: #414141. Windows color (decimal): -12497657 or 478529. OLE color: 478529.

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

Color convert

RGB65777-
CMYK0.1600.910.70
HSL70.29º83.33%16.47%-
HSV(B)70.29º90.91%30.2%-
XYZ4.876.451.19-
YUV65.4395.02127.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 77 (30.47% from 255) = 51.68%
BLUE value IS 7 (3.12% from 255) = 4.70%
R=43.62%
G=51.68%
B=4.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal657770.1600.910.7070.2983.3316.47
Hex414D71005B46465310
Octal101115720013310610612320
Binary10000011001101111100000101101110001101000110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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