Shades of Verdun Green #456909
Tints of Verdun Green #456909
RGB
CMYK
RGB Variations
Color information
#456909 (or 0x456909) is known color: Verdun Green. HEX triplet: 45, 69 and 09. RGB value is (69,105,9). Sum of RGB (Red+Green+Blue) = 69+105+9=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #456909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456909 is #BA96F6. Grayscale: #535353. Windows color (decimal): -12228343 or 616773. OLE color: 616773.
HSL color Cylindrical-coordinate representation of color #456909: hue angle of 82.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #456909 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 9 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.59 |
| HSL | 82.5º | 0.84% | 0.22% | - |
| HSV(B) | 82.5º | 0.91% | 0.41% | - |
| XYZ | 7.56 | 11.39 | 2.06 | - |
| YUV | 83.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 9 | 0.34 | 0 | 0.91 | 0.59 | 82.5 | 0.84 | 0.22 |
| Hex | 45 | 69 | 9 | 22 | 0 | 5B | 3B | 52 | 54 | 16 |
| Octal | 105 | 151 | 11 | 42 | 0 | 133 | 73 | 122 | 124 | 26 |
| Binary | 1000101 | 1101001 | 1001 | 100010 | 0 | 1011011 | 111011 | 1010010 | 1010100 | 10110 |
Color Harmonies of #456909
Complementary color
Monochromatic Colors of #456909
Black with #456909
Text Example
Text Example
White with #456909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456909; }
p { color: rgb(69,105,9); }
H1.HeaderClassName
{
color: #456909;
}
.AnyTagClassName
{
color: #456909;
}
</style>
background-color css
<style>
a { background-color: #456909; }
a { background-color: rgb(69,105,9); }
div.DivClassName
{
background-color: #456909;
}
.BgClassName
{
background-color: #456909;
}
</style>
border-color css
<style>
span { border-color: #456909; }
span { border-color: rgb(69,105,9); }
td.TdClassName
{
border-color: #456909;
}
.TagClassName
{
border-color: #456909;
}
</style>