Shades of Verdun Green #414003
Tints of Verdun Green #414003
RGB
CMYK
RGB Variations
Color information
#414003 (or 0x414003) is known color: Verdun Green. HEX triplet: 41, 40 and 03. RGB value is (65,64,3). Sum of RGB (Red+Green+Blue) = 65+64+3=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #414003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414003 is #BEBFFC. Grayscale: #393939. Windows color (decimal): -12500989 or 213057. OLE color: 213057.
HSL color Cylindrical-coordinate representation of color #414003: hue angle of 59.03º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #414003 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 64 | 3 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.75 |
| HSL | 59.03º | 0.91% | 0.13% | - |
| HSV(B) | 59.03º | 0.95% | 0.25% | - |
| XYZ | 4.03 | 4.8 | 0.8 | - |
| YUV | 57.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 3 | 0 | 0.02 | 0.95 | 0.75 | 59.03 | 0.91 | 0.13 |
| Hex | 41 | 40 | 3 | 0 | 2 | 5F | 4B | 3B | 5B | D |
| Octal | 101 | 100 | 3 | 0 | 2 | 137 | 113 | 73 | 133 | 15 |
| Binary | 1000001 | 1000000 | 11 | 0 | 10 | 1011111 | 1001011 | 111011 | 1011011 | 1101 |
Color Harmonies of #414003
Complementary color
Monochromatic Colors of #414003
Black with #414003
Text Example
Text Example
White with #414003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414003; }
p { color: rgb(65,64,3); }
H1.HeaderClassName
{
color: #414003;
}
.AnyTagClassName
{
color: #414003;
}
</style>
background-color css
<style>
a { background-color: #414003; }
a { background-color: rgb(65,64,3); }
div.DivClassName
{
background-color: #414003;
}
.BgClassName
{
background-color: #414003;
}
</style>
border-color css
<style>
span { border-color: #414003; }
span { border-color: rgb(65,64,3); }
td.TdClassName
{
border-color: #414003;
}
.TagClassName
{
border-color: #414003;
}
</style>