Shades of Verdun Green #466C05
Tints of Verdun Green #466C05
RGB
CMYK
RGB Variations
Color information
#466C05 (or 0x466C05) is known color: Verdun Green. HEX triplet: 46, 6C and 05. RGB value is (70,108,5). Sum of RGB (Red+Green+Blue) = 70+108+5=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #466C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466C05 is #B993FA. Grayscale: #555555. Windows color (decimal): -12162043 or 355398. OLE color: 355398.
HSL color Cylindrical-coordinate representation of color #466C05: hue angle of 82.14º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #466C05 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 108 | 5 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.58 |
| HSL | 82.14º | 0.91% | 0.22% | - |
| HSV(B) | 82.14º | 0.95% | 0.42% | - |
| XYZ | 7.92 | 12.04 | 2.05 | - |
| YUV | 84.9 | 82.91 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 5 | 0.35 | 0 | 0.95 | 0.58 | 82.14 | 0.91 | 0.22 |
| Hex | 46 | 6C | 5 | 23 | 0 | 5F | 3A | 52 | 5B | 16 |
| Octal | 106 | 154 | 5 | 43 | 0 | 137 | 72 | 122 | 133 | 26 |
| Binary | 1000110 | 1101100 | 101 | 100011 | 0 | 1011111 | 111010 | 1010010 | 1011011 | 10110 |
Color Harmonies of #466C05
Complementary color
Monochromatic Colors of #466C05
Black with #466C05
Text Example
Text Example
White with #466C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C05; }
p { color: rgb(70,108,5); }
H1.HeaderClassName
{
color: #466C05;
}
.AnyTagClassName
{
color: #466C05;
}
</style>
background-color css
<style>
a { background-color: #466C05; }
a { background-color: rgb(70,108,5); }
div.DivClassName
{
background-color: #466C05;
}
.BgClassName
{
background-color: #466C05;
}
</style>
border-color css
<style>
span { border-color: #466C05; }
span { border-color: rgb(70,108,5); }
td.TdClassName
{
border-color: #466C05;
}
.TagClassName
{
border-color: #466C05;
}
</style>