Shades of Verdun Green #456009
Tints of Verdun Green #456009
RGB
CMYK
RGB Variations
Color information
#456009 (or 0x456009) is known color: Verdun Green. HEX triplet: 45, 60 and 09. RGB value is (69,96,9). Sum of RGB (Red+Green+Blue) = 69+96+9=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #456009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456009 is #BA9FF6. Grayscale: #4E4E4E. Windows color (decimal): -12230647 or 614469. OLE color: 614469.
HSL color Cylindrical-coordinate representation of color #456009: hue angle of 78.62º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #456009 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 9 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.62 |
| HSL | 78.62º | 0.83% | 0.21% | - |
| HSV(B) | 78.62º | 0.91% | 0.38% | - |
| XYZ | 6.69 | 9.65 | 1.77 | - |
| YUV | 78.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 9 | 0.28 | 0 | 0.91 | 0.62 | 78.62 | 0.83 | 0.21 |
| Hex | 45 | 60 | 9 | 1C | 0 | 5B | 3E | 4F | 53 | 15 |
| Octal | 105 | 140 | 11 | 34 | 0 | 133 | 76 | 117 | 123 | 25 |
| Binary | 1000101 | 1100000 | 1001 | 11100 | 0 | 1011011 | 111110 | 1001111 | 1010011 | 10101 |
Color Harmonies of #456009
Complementary color
Monochromatic Colors of #456009
Black with #456009
Text Example
Text Example
White with #456009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456009; }
p { color: rgb(69,96,9); }
H1.HeaderClassName
{
color: #456009;
}
.AnyTagClassName
{
color: #456009;
}
</style>
background-color css
<style>
a { background-color: #456009; }
a { background-color: rgb(69,96,9); }
div.DivClassName
{
background-color: #456009;
}
.BgClassName
{
background-color: #456009;
}
</style>
border-color css
<style>
span { border-color: #456009; }
span { border-color: rgb(69,96,9); }
td.TdClassName
{
border-color: #456009;
}
.TagClassName
{
border-color: #456009;
}
</style>