Shades of Verdun Green #456405
Tints of Verdun Green #456405
RGB
CMYK
RGB Variations
Color information
#456405 (or 0x456405) is known color: Verdun Green. HEX triplet: 45, 64 and 05. RGB value is (69,100,5). Sum of RGB (Red+Green+Blue) = 69+100+5=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #456405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456405 is #BA9BFA. Grayscale: #505050. Windows color (decimal): -12229627 or 353349. OLE color: 353349.
HSL color Cylindrical-coordinate representation of color #456405: hue angle of 79.58º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #456405 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 100 | 5 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.61 |
| HSL | 79.58º | 0.9% | 0.21% | - |
| HSV(B) | 79.58º | 0.95% | 0.39% | - |
| XYZ | 7.04 | 10.39 | 1.78 | - |
| YUV | 79.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 5 | 0.31 | 0 | 0.95 | 0.61 | 79.58 | 0.9 | 0.21 |
| Hex | 45 | 64 | 5 | 1F | 0 | 5F | 3D | 50 | 5A | 15 |
| Octal | 105 | 144 | 5 | 37 | 0 | 137 | 75 | 120 | 132 | 25 |
| Binary | 1000101 | 1100100 | 101 | 11111 | 0 | 1011111 | 111101 | 1010000 | 1011010 | 10101 |
Color Harmonies of #456405
Complementary color
Monochromatic Colors of #456405
Black with #456405
Text Example
Text Example
White with #456405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456405; }
p { color: rgb(69,100,5); }
H1.HeaderClassName
{
color: #456405;
}
.AnyTagClassName
{
color: #456405;
}
</style>
background-color css
<style>
a { background-color: #456405; }
a { background-color: rgb(69,100,5); }
div.DivClassName
{
background-color: #456405;
}
.BgClassName
{
background-color: #456405;
}
</style>
border-color css
<style>
span { border-color: #456405; }
span { border-color: rgb(69,100,5); }
td.TdClassName
{
border-color: #456405;
}
.TagClassName
{
border-color: #456405;
}
</style>