Shades of Verdun Green #413F00
Tints of Verdun Green #413F00
RGB
CMYK
RGB Variations
Color information
#413F00 (or 0x413F00) is known color: Verdun Green. HEX triplet: 41, 3F and 00. RGB value is (65,63,0). Sum of RGB (Red+Green+Blue) = 65+63+0=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F00 is #BEC0FF. Grayscale: #383838. Windows color (decimal): -12501248 or 16193. OLE color: 16193.
HSL color Cylindrical-coordinate representation of color #413F00: hue angle of 58.15º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #413F00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.75 |
| HSL | 58.15º | 1% | 0.13% | - |
| HSV(B) | 58.15º | 1% | 0.25% | - |
| XYZ | 3.96 | 4.68 | 0.69 | - |
| YUV | 56.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 0 | 0 | 0.03 | 1 | 0.75 | 58.15 | 1 | 0.13 |
| Hex | 41 | 3F | 0 | 0 | 3 | 64 | 4B | 3A | 64 | D |
| Octal | 101 | 77 | 0 | 0 | 3 | 144 | 113 | 72 | 144 | 15 |
| Binary | 1000001 | 111111 | 0 | 0 | 11 | 1100100 | 1001011 | 111010 | 1100100 | 1101 |
Color Harmonies of #413F00
Complementary color
Monochromatic Colors of #413F00
Black with #413F00
Text Example
Text Example
White with #413F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F00; }
p { color: rgb(65,63,0); }
H1.HeaderClassName
{
color: #413F00;
}
.AnyTagClassName
{
color: #413F00;
}
</style>
background-color css
<style>
a { background-color: #413F00; }
a { background-color: rgb(65,63,0); }
div.DivClassName
{
background-color: #413F00;
}
.BgClassName
{
background-color: #413F00;
}
</style>
border-color css
<style>
span { border-color: #413F00; }
span { border-color: rgb(65,63,0); }
td.TdClassName
{
border-color: #413F00;
}
.TagClassName
{
border-color: #413F00;
}
</style>