Shades of Verdun Green #465903
Tints of Verdun Green #465903
RGB
CMYK
RGB Variations
Color information
#465903 (or 0x465903) is known color: Verdun Green. HEX triplet: 46, 59 and 03. RGB value is (70,89,3). Sum of RGB (Red+Green+Blue) = 70+89+3=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #465903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465903 is #B9A6FC. Grayscale: #494949. Windows color (decimal): -12166909 or 219462. OLE color: 219462.
HSL color Cylindrical-coordinate representation of color #465903: hue angle of 73.26º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #465903 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 3 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.65 |
| HSL | 73.26º | 0.93% | 0.18% | - |
| HSV(B) | 73.26º | 0.97% | 0.35% | - |
| XYZ | 6.11 | 8.45 | 1.4 | - |
| YUV | 73.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 3 | 0.21 | 0 | 0.97 | 0.65 | 73.26 | 0.93 | 0.18 |
| Hex | 46 | 59 | 3 | 15 | 0 | 61 | 41 | 49 | 5D | 12 |
| Octal | 106 | 131 | 3 | 25 | 0 | 141 | 101 | 111 | 135 | 22 |
| Binary | 1000110 | 1011001 | 11 | 10101 | 0 | 1100001 | 1000001 | 1001001 | 1011101 | 10010 |
Color Harmonies of #465903
Complementary color
Monochromatic Colors of #465903
Black with #465903
Text Example
Text Example
White with #465903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465903; }
p { color: rgb(70,89,3); }
H1.HeaderClassName
{
color: #465903;
}
.AnyTagClassName
{
color: #465903;
}
</style>
background-color css
<style>
a { background-color: #465903; }
a { background-color: rgb(70,89,3); }
div.DivClassName
{
background-color: #465903;
}
.BgClassName
{
background-color: #465903;
}
</style>
border-color css
<style>
span { border-color: #465903; }
span { border-color: rgb(70,89,3); }
td.TdClassName
{
border-color: #465903;
}
.TagClassName
{
border-color: #465903;
}
</style>