Shades of Verdun Green #465007
Tints of Verdun Green #465007
RGB
CMYK
RGB Variations
Color information
#465007 (or 0x465007) is known color: Verdun Green. HEX triplet: 46, 50 and 07. RGB value is (70,80,7). Sum of RGB (Red+Green+Blue) = 70+80+7=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #465007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465007 is #B9AFF8. Grayscale: #444444. Windows color (decimal): -12169209 or 479302. OLE color: 479302.
HSL color Cylindrical-coordinate representation of color #465007: hue angle of 68.22º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465007 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 7 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.69 |
| HSL | 68.22º | 0.84% | 0.17% | - |
| HSV(B) | 68.22º | 0.91% | 0.31% | - |
| XYZ | 5.43 | 7.05 | 1.28 | - |
| YUV | 68.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 7 | 0.12 | 0 | 0.91 | 0.69 | 68.22 | 0.84 | 0.17 |
| Hex | 46 | 50 | 7 | C | 0 | 5B | 45 | 44 | 54 | 11 |
| Octal | 106 | 120 | 7 | 14 | 0 | 133 | 105 | 104 | 124 | 21 |
| Binary | 1000110 | 1010000 | 111 | 1100 | 0 | 1011011 | 1000101 | 1000100 | 1010100 | 10001 |
Color Harmonies of #465007
Complementary color
Monochromatic Colors of #465007
Black with #465007
Text Example
Text Example
White with #465007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465007; }
p { color: rgb(70,80,7); }
H1.HeaderClassName
{
color: #465007;
}
.AnyTagClassName
{
color: #465007;
}
</style>
background-color css
<style>
a { background-color: #465007; }
a { background-color: rgb(70,80,7); }
div.DivClassName
{
background-color: #465007;
}
.BgClassName
{
background-color: #465007;
}
</style>
border-color css
<style>
span { border-color: #465007; }
span { border-color: rgb(70,80,7); }
td.TdClassName
{
border-color: #465007;
}
.TagClassName
{
border-color: #465007;
}
</style>