Shades of Verdun Green #465003
Tints of Verdun Green #465003
RGB
CMYK
RGB Variations
Color information
#465003 (or 0x465003) is known color: Verdun Green. HEX triplet: 46, 50 and 03. RGB value is (70,80,3). Sum of RGB (Red+Green+Blue) = 70+80+3=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #465003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465003 is #B9AFFC. Grayscale: #444444. Windows color (decimal): -12169213 or 217158. OLE color: 217158.
HSL color Cylindrical-coordinate representation of color #465003: hue angle of 67.79º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #465003 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 3 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.69 |
| HSL | 67.79º | 0.93% | 0.16% | - |
| HSV(B) | 67.79º | 0.96% | 0.31% | - |
| XYZ | 5.41 | 7.05 | 1.16 | - |
| YUV | 68.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 3 | 0.12 | 0 | 0.96 | 0.69 | 67.79 | 0.93 | 0.16 |
| Hex | 46 | 50 | 3 | C | 0 | 60 | 45 | 44 | 5D | 10 |
| Octal | 106 | 120 | 3 | 14 | 0 | 140 | 105 | 104 | 135 | 20 |
| Binary | 1000110 | 1010000 | 11 | 1100 | 0 | 1100000 | 1000101 | 1000100 | 1011101 | 10000 |
Color Harmonies of #465003
Complementary color
Monochromatic Colors of #465003
Black with #465003
Text Example
Text Example
White with #465003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465003; }
p { color: rgb(70,80,3); }
H1.HeaderClassName
{
color: #465003;
}
.AnyTagClassName
{
color: #465003;
}
</style>
background-color css
<style>
a { background-color: #465003; }
a { background-color: rgb(70,80,3); }
div.DivClassName
{
background-color: #465003;
}
.BgClassName
{
background-color: #465003;
}
</style>
border-color css
<style>
span { border-color: #465003; }
span { border-color: rgb(70,80,3); }
td.TdClassName
{
border-color: #465003;
}
.TagClassName
{
border-color: #465003;
}
</style>