Shades of Verdun Green #465F10
Tints of Verdun Green #465F10
RGB
CMYK
RGB Variations
Color information
#465F10 (or 0x465F10) is known color: Verdun Green. HEX triplet: 46, 5F and 10. RGB value is (70,95,16). Sum of RGB (Red+Green+Blue) = 70+95+16=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #465F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F10 is #B9A0EF. Grayscale: #4E4E4E. Windows color (decimal): -12165360 or 1072966. OLE color: 1072966.
HSL color Cylindrical-coordinate representation of color #465F10: hue angle of 78.99º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #465F10 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 95 | 16 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.63 |
| HSL | 78.99º | 0.71% | 0.22% | - |
| HSV(B) | 78.99º | 0.83% | 0.37% | - |
| XYZ | 6.71 | 9.52 | 1.97 | - |
| YUV | 78.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 16 | 0.26 | 0 | 0.83 | 0.63 | 78.99 | 0.71 | 0.22 |
| Hex | 46 | 5F | 10 | 1A | 0 | 53 | 3F | 4F | 47 | 16 |
| Octal | 106 | 137 | 20 | 32 | 0 | 123 | 77 | 117 | 107 | 26 |
| Binary | 1000110 | 1011111 | 10000 | 11010 | 0 | 1010011 | 111111 | 1001111 | 1000111 | 10110 |
Color Harmonies of #465F10
Complementary color
Monochromatic Colors of #465F10
Black with #465F10
Text Example
Text Example
White with #465F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F10; }
p { color: rgb(70,95,16); }
H1.HeaderClassName
{
color: #465F10;
}
.AnyTagClassName
{
color: #465F10;
}
</style>
background-color css
<style>
a { background-color: #465F10; }
a { background-color: rgb(70,95,16); }
div.DivClassName
{
background-color: #465F10;
}
.BgClassName
{
background-color: #465F10;
}
</style>
border-color css
<style>
span { border-color: #465F10; }
span { border-color: rgb(70,95,16); }
td.TdClassName
{
border-color: #465F10;
}
.TagClassName
{
border-color: #465F10;
}
</style>