Shades of Verdun Green #456505
Tints of Verdun Green #456505
RGB
CMYK
RGB Variations
Color information
#456505 (or 0x456505) is known color: Verdun Green. HEX triplet: 45, 65 and 05. RGB value is (69,101,5). Sum of RGB (Red+Green+Blue) = 69+101+5=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #456505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456505 is #BA9AFA. Grayscale: #505050. Windows color (decimal): -12229371 or 353605. OLE color: 353605.
HSL color Cylindrical-coordinate representation of color #456505: hue angle of 80º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #456505 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 5 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.60 |
| HSL | 80º | 0.91% | 0.21% | - |
| HSV(B) | 80º | 0.95% | 0.4% | - |
| XYZ | 7.14 | 10.58 | 1.81 | - |
| YUV | 80.49 | 85.4 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 5 | 0.32 | 0 | 0.95 | 0.60 | 80 | 0.91 | 0.21 |
| Hex | 45 | 65 | 5 | 20 | 0 | 5F | 3C | 50 | 5B | 15 |
| Octal | 105 | 145 | 5 | 40 | 0 | 137 | 74 | 120 | 133 | 25 |
| Binary | 1000101 | 1100101 | 101 | 100000 | 0 | 1011111 | 111100 | 1010000 | 1011011 | 10101 |
Color Harmonies of #456505
Complementary color
Monochromatic Colors of #456505
Black with #456505
Text Example
Text Example
White with #456505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456505; }
p { color: rgb(69,101,5); }
H1.HeaderClassName
{
color: #456505;
}
.AnyTagClassName
{
color: #456505;
}
</style>
background-color css
<style>
a { background-color: #456505; }
a { background-color: rgb(69,101,5); }
div.DivClassName
{
background-color: #456505;
}
.BgClassName
{
background-color: #456505;
}
</style>
border-color css
<style>
span { border-color: #456505; }
span { border-color: rgb(69,101,5); }
td.TdClassName
{
border-color: #456505;
}
.TagClassName
{
border-color: #456505;
}
</style>