Shades of Verdun Green #464D04
Tints of Verdun Green #464D04
RGB
CMYK
RGB Variations
Color information
#464D04 (or 0x464D04) is known color: Verdun Green. HEX triplet: 46, 4D and 04. RGB value is (70,77,4). Sum of RGB (Red+Green+Blue) = 70+77+4=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 77 (30.47% from 255 or 50.99% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 77 - color contains mainly: green. Hex color #464D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464D04 is #B9B2FB. Grayscale: #424242. Windows color (decimal): -12169980 or 281926. OLE color: 281926.
HSL color Cylindrical-coordinate representation of color #464D04: hue angle of 65.75º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #464D04 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 77 | 4 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.70 |
| HSL | 65.75º | 0.9% | 0.16% | - |
| HSV(B) | 65.75º | 0.95% | 0.3% | - |
| XYZ | 5.2 | 6.62 | 1.12 | - |
| YUV | 66.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 4 | 0.09 | 0 | 0.95 | 0.70 | 65.75 | 0.9 | 0.16 |
| Hex | 46 | 4D | 4 | 9 | 0 | 5F | 46 | 42 | 5A | 10 |
| Octal | 106 | 115 | 4 | 11 | 0 | 137 | 106 | 102 | 132 | 20 |
| Binary | 1000110 | 1001101 | 100 | 1001 | 0 | 1011111 | 1000110 | 1000010 | 1011010 | 10000 |
Color Harmonies of #464D04
Complementary color
Monochromatic Colors of #464D04
Black with #464D04
Text Example
Text Example
White with #464D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D04; }
p { color: rgb(70,77,4); }
H1.HeaderClassName
{
color: #464D04;
}
.AnyTagClassName
{
color: #464D04;
}
</style>
background-color css
<style>
a { background-color: #464D04; }
a { background-color: rgb(70,77,4); }
div.DivClassName
{
background-color: #464D04;
}
.BgClassName
{
background-color: #464D04;
}
</style>
border-color css
<style>
span { border-color: #464D04; }
span { border-color: rgb(70,77,4); }
td.TdClassName
{
border-color: #464D04;
}
.TagClassName
{
border-color: #464D04;
}
</style>