Shades of Verdun Green #465C05
Tints of Verdun Green #465C05
RGB
CMYK
RGB Variations
Color information
#465C05 (or 0x465C05) is known color: Verdun Green. HEX triplet: 46, 5C and 05. RGB value is (70,92,5). Sum of RGB (Red+Green+Blue) = 70+92+5=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #465C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465C05 is #B9A3FA. Grayscale: #4B4B4B. Windows color (decimal): -12166139 or 351302. OLE color: 351302.
HSL color Cylindrical-coordinate representation of color #465C05: hue angle of 75.17º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #465C05 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 5 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.64 |
| HSL | 75.17º | 0.9% | 0.19% | - |
| HSV(B) | 75.17º | 0.95% | 0.36% | - |
| XYZ | 6.38 | 8.97 | 1.54 | - |
| YUV | 75.5 | 88.21 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 5 | 0.24 | 0 | 0.95 | 0.64 | 75.17 | 0.9 | 0.19 |
| Hex | 46 | 5C | 5 | 18 | 0 | 5F | 40 | 4B | 5A | 13 |
| Octal | 106 | 134 | 5 | 30 | 0 | 137 | 100 | 113 | 132 | 23 |
| Binary | 1000110 | 1011100 | 101 | 11000 | 0 | 1011111 | 1000000 | 1001011 | 1011010 | 10011 |
Color Harmonies of #465C05
Complementary color
Monochromatic Colors of #465C05
Black with #465C05
Text Example
Text Example
White with #465C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C05; }
p { color: rgb(70,92,5); }
H1.HeaderClassName
{
color: #465C05;
}
.AnyTagClassName
{
color: #465C05;
}
</style>
background-color css
<style>
a { background-color: #465C05; }
a { background-color: rgb(70,92,5); }
div.DivClassName
{
background-color: #465C05;
}
.BgClassName
{
background-color: #465C05;
}
</style>
border-color css
<style>
span { border-color: #465C05; }
span { border-color: rgb(70,92,5); }
td.TdClassName
{
border-color: #465C05;
}
.TagClassName
{
border-color: #465C05;
}
</style>