Shades of Verdun Green #465104
Tints of Verdun Green #465104
RGB
CMYK
RGB Variations
Color information
#465104 (or 0x465104) is known color: Verdun Green. HEX triplet: 46, 51 and 04. RGB value is (70,81,4). Sum of RGB (Red+Green+Blue) = 70+81+4=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #465104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465104 is #B9AEFB. Grayscale: #454545. Windows color (decimal): -12168956 or 282950. OLE color: 282950.
HSL color Cylindrical-coordinate representation of color #465104: hue angle of 68.57º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #465104 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 4 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.68 |
| HSL | 68.57º | 0.91% | 0.17% | - |
| HSV(B) | 68.57º | 0.95% | 0.32% | - |
| XYZ | 5.49 | 7.2 | 1.21 | - |
| YUV | 68.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 4 | 0.14 | 0 | 0.95 | 0.68 | 68.57 | 0.91 | 0.17 |
| Hex | 46 | 51 | 4 | E | 0 | 5F | 44 | 45 | 5B | 11 |
| Octal | 106 | 121 | 4 | 16 | 0 | 137 | 104 | 105 | 133 | 21 |
| Binary | 1000110 | 1010001 | 100 | 1110 | 0 | 1011111 | 1000100 | 1000101 | 1011011 | 10001 |
Color Harmonies of #465104
Complementary color
Monochromatic Colors of #465104
Black with #465104
Text Example
Text Example
White with #465104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465104; }
p { color: rgb(70,81,4); }
H1.HeaderClassName
{
color: #465104;
}
.AnyTagClassName
{
color: #465104;
}
</style>
background-color css
<style>
a { background-color: #465104; }
a { background-color: rgb(70,81,4); }
div.DivClassName
{
background-color: #465104;
}
.BgClassName
{
background-color: #465104;
}
</style>
border-color css
<style>
span { border-color: #465104; }
span { border-color: rgb(70,81,4); }
td.TdClassName
{
border-color: #465104;
}
.TagClassName
{
border-color: #465104;
}
</style>