Shades of Verdun Green #465103
Tints of Verdun Green #465103
RGB
CMYK
RGB Variations
Color information
#465103 (or 0x465103) is known color: Verdun Green. HEX triplet: 46, 51 and 03. RGB value is (70,81,3). Sum of RGB (Red+Green+Blue) = 70+81+3=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #465103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465103 is #B9AEFC. Grayscale: #454545. Windows color (decimal): -12168957 or 217414. OLE color: 217414.
HSL color Cylindrical-coordinate representation of color #465103: hue angle of 68.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #465103 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 3 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.68 |
| HSL | 68.46º | 0.93% | 0.16% | - |
| HSV(B) | 68.46º | 0.96% | 0.32% | - |
| XYZ | 5.48 | 7.19 | 1.19 | - |
| YUV | 68.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 3 | 0.14 | 0 | 0.96 | 0.68 | 68.46 | 0.93 | 0.16 |
| Hex | 46 | 51 | 3 | E | 0 | 60 | 44 | 44 | 5D | 10 |
| Octal | 106 | 121 | 3 | 16 | 0 | 140 | 104 | 104 | 135 | 20 |
| Binary | 1000110 | 1010001 | 11 | 1110 | 0 | 1100000 | 1000100 | 1000100 | 1011101 | 10000 |
Color Harmonies of #465103
Complementary color
Monochromatic Colors of #465103
Black with #465103
Text Example
Text Example
White with #465103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465103; }
p { color: rgb(70,81,3); }
H1.HeaderClassName
{
color: #465103;
}
.AnyTagClassName
{
color: #465103;
}
</style>
background-color css
<style>
a { background-color: #465103; }
a { background-color: rgb(70,81,3); }
div.DivClassName
{
background-color: #465103;
}
.BgClassName
{
background-color: #465103;
}
</style>
border-color css
<style>
span { border-color: #465103; }
span { border-color: rgb(70,81,3); }
td.TdClassName
{
border-color: #465103;
}
.TagClassName
{
border-color: #465103;
}
</style>