#414D09

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

Shades of Verdun Green #414D09

Tints of Verdun Green #414D09

Color information

#414D09 (or 0x414D09) is unknown color: approx Verdun Green. HEX triplet: 41, 4D and 09. RGB value is (65,77,9). Sum of RGB (Red+Green+Blue) = 65+77+9=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #414D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D09 is #BEB2F6. Grayscale: #414141. Windows color (decimal): -12497655 or 609601. OLE color: 609601.

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

Color convert

RGB65779-
CMYK0.1600.880.70
HSL70.59º79.07%16.86%-
HSV(B)70.59º88.31%30.2%-
XYZ4.886.451.25-
YUV65.6696.02127.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 77 (30.47% from 255) = 50.99%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=43.05%
G=50.99%
B=5.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal657790.1600.880.7070.5979.0716.86
Hex414D91005846474f11
Octal1011151120013010610711721
Binary100000110011011001100000101100010001101000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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