Shades of Verdun Green #464802
Tints of Verdun Green #464802
RGB
CMYK
RGB Variations
Color information
#464802 (or 0x464802) is known color: Verdun Green. HEX triplet: 46, 48 and 02. RGB value is (70,72,2). Sum of RGB (Red+Green+Blue) = 70+72+2=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #464802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464802 is #B9B7FD. Grayscale: #3F3F3F. Windows color (decimal): -12171262 or 149574. OLE color: 149574.
HSL color Cylindrical-coordinate representation of color #464802: hue angle of 61.71º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #464802 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 2 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.72 |
| HSL | 61.71º | 0.95% | 0.15% | - |
| HSV(B) | 61.71º | 0.97% | 0.28% | - |
| XYZ | 4.85 | 5.94 | 0.95 | - |
| YUV | 63.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 2 | 0.03 | 0 | 0.97 | 0.72 | 61.71 | 0.95 | 0.15 |
| Hex | 46 | 48 | 2 | 3 | 0 | 61 | 48 | 3E | 5F | F |
| Octal | 106 | 110 | 2 | 3 | 0 | 141 | 110 | 76 | 137 | 17 |
| Binary | 1000110 | 1001000 | 10 | 11 | 0 | 1100001 | 1001000 | 111110 | 1011111 | 1111 |
Color Harmonies of #464802
Complementary color
Monochromatic Colors of #464802
Black with #464802
Text Example
Text Example
White with #464802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464802; }
p { color: rgb(70,72,2); }
H1.HeaderClassName
{
color: #464802;
}
.AnyTagClassName
{
color: #464802;
}
</style>
background-color css
<style>
a { background-color: #464802; }
a { background-color: rgb(70,72,2); }
div.DivClassName
{
background-color: #464802;
}
.BgClassName
{
background-color: #464802;
}
</style>
border-color css
<style>
span { border-color: #464802; }
span { border-color: rgb(70,72,2); }
td.TdClassName
{
border-color: #464802;
}
.TagClassName
{
border-color: #464802;
}
</style>