Shades of Verdun Green #414803
Tints of Verdun Green #414803
RGB
CMYK
RGB Variations
Color information
#414803 (or 0x414803) is known color: Verdun Green. HEX triplet: 41, 48 and 03. RGB value is (65,72,3). Sum of RGB (Red+Green+Blue) = 65+72+3=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #414803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414803 is #BEB7FC. Grayscale: #3E3E3E. Windows color (decimal): -12498941 or 215105. OLE color: 215105.
HSL color Cylindrical-coordinate representation of color #414803: hue angle of 66.09º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #414803 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 72 | 3 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.72 |
| HSL | 66.09º | 0.92% | 0.15% | - |
| HSV(B) | 66.09º | 0.96% | 0.28% | - |
| XYZ | 4.51 | 5.77 | 0.96 | - |
| YUV | 62.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 3 | 0.10 | 0 | 0.96 | 0.72 | 66.09 | 0.92 | 0.15 |
| Hex | 41 | 48 | 3 | A | 0 | 60 | 48 | 42 | 5C | F |
| Octal | 101 | 110 | 3 | 12 | 0 | 140 | 110 | 102 | 134 | 17 |
| Binary | 1000001 | 1001000 | 11 | 1010 | 0 | 1100000 | 1001000 | 1000010 | 1011100 | 1111 |
Color Harmonies of #414803
Complementary color
Monochromatic Colors of #414803
Black with #414803
Text Example
Text Example
White with #414803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414803; }
p { color: rgb(65,72,3); }
H1.HeaderClassName
{
color: #414803;
}
.AnyTagClassName
{
color: #414803;
}
</style>
background-color css
<style>
a { background-color: #414803; }
a { background-color: rgb(65,72,3); }
div.DivClassName
{
background-color: #414803;
}
.BgClassName
{
background-color: #414803;
}
</style>
border-color css
<style>
span { border-color: #414803; }
span { border-color: rgb(65,72,3); }
td.TdClassName
{
border-color: #414803;
}
.TagClassName
{
border-color: #414803;
}
</style>