Shades of Verdun Green #465803
Tints of Verdun Green #465803
RGB
CMYK
RGB Variations
Color information
#465803 (or 0x465803) is known color: Verdun Green. HEX triplet: 46, 58 and 03. RGB value is (70,88,3). Sum of RGB (Red+Green+Blue) = 70+88+3=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #465803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465803 is #B9A7FC. Grayscale: #494949. Windows color (decimal): -12167165 or 219206. OLE color: 219206.
HSL color Cylindrical-coordinate representation of color #465803: hue angle of 72.71º 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 #465803 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 88 | 3 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.65 |
| HSL | 72.71º | 0.93% | 0.18% | - |
| HSV(B) | 72.71º | 0.97% | 0.35% | - |
| XYZ | 6.03 | 8.29 | 1.37 | - |
| YUV | 72.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 3 | 0.20 | 0 | 0.97 | 0.65 | 72.71 | 0.93 | 0.18 |
| Hex | 46 | 58 | 3 | 14 | 0 | 61 | 41 | 49 | 5D | 12 |
| Octal | 106 | 130 | 3 | 24 | 0 | 141 | 101 | 111 | 135 | 22 |
| Binary | 1000110 | 1011000 | 11 | 10100 | 0 | 1100001 | 1000001 | 1001001 | 1011101 | 10010 |
Color Harmonies of #465803
Complementary color
Monochromatic Colors of #465803
Black with #465803
Text Example
Text Example
White with #465803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465803; }
p { color: rgb(70,88,3); }
H1.HeaderClassName
{
color: #465803;
}
.AnyTagClassName
{
color: #465803;
}
</style>
background-color css
<style>
a { background-color: #465803; }
a { background-color: rgb(70,88,3); }
div.DivClassName
{
background-color: #465803;
}
.BgClassName
{
background-color: #465803;
}
</style>
border-color css
<style>
span { border-color: #465803; }
span { border-color: rgb(70,88,3); }
td.TdClassName
{
border-color: #465803;
}
.TagClassName
{
border-color: #465803;
}
</style>