Shades of Verdun Green #414603
Tints of Verdun Green #414603
RGB
CMYK
RGB Variations
Color information
#414603 (or 0x414603) is known color: Verdun Green. HEX triplet: 41, 46 and 03. RGB value is (65,70,3). Sum of RGB (Red+Green+Blue) = 65+70+3=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #414603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414603 is #BEB9FC. Grayscale: #3D3D3D. Windows color (decimal): -12499453 or 214593. OLE color: 214593.
HSL color Cylindrical-coordinate representation of color #414603: hue angle of 64.48º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #414603 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 3 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.73 |
| HSL | 64.48º | 0.92% | 0.14% | - |
| HSV(B) | 64.48º | 0.96% | 0.27% | - |
| XYZ | 4.39 | 5.51 | 0.92 | - |
| YUV | 60.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 3 | 0.07 | 0 | 0.96 | 0.73 | 64.48 | 0.92 | 0.14 |
| Hex | 41 | 46 | 3 | 7 | 0 | 60 | 49 | 40 | 5C | E |
| Octal | 101 | 106 | 3 | 7 | 0 | 140 | 111 | 100 | 134 | 16 |
| Binary | 1000001 | 1000110 | 11 | 111 | 0 | 1100000 | 1001001 | 1000000 | 1011100 | 1110 |
Color Harmonies of #414603
Complementary color
Monochromatic Colors of #414603
Black with #414603
Text Example
Text Example
White with #414603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414603; }
p { color: rgb(65,70,3); }
H1.HeaderClassName
{
color: #414603;
}
.AnyTagClassName
{
color: #414603;
}
</style>
background-color css
<style>
a { background-color: #414603; }
a { background-color: rgb(65,70,3); }
div.DivClassName
{
background-color: #414603;
}
.BgClassName
{
background-color: #414603;
}
</style>
border-color css
<style>
span { border-color: #414603; }
span { border-color: rgb(65,70,3); }
td.TdClassName
{
border-color: #414603;
}
.TagClassName
{
border-color: #414603;
}
</style>