Shades of Verdun Green #456A09
Tints of Verdun Green #456A09
RGB
CMYK
RGB Variations
Color information
#456A09 (or 0x456A09) is known color: Verdun Green. HEX triplet: 45, 6A and 09. RGB value is (69,106,9). Sum of RGB (Red+Green+Blue) = 69+106+9=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 106 (41.80% from 255 or 57.61% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 106 - color contains mainly: green. Hex color #456A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456A09 is #BA95F6. Grayscale: #545454. Windows color (decimal): -12228087 or 617029. OLE color: 617029.
HSL color Cylindrical-coordinate representation of color #456A09: hue angle of 82.89º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #456A09 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 106 | 9 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.58 |
| HSL | 82.89º | 0.84% | 0.23% | - |
| HSV(B) | 82.89º | 0.92% | 0.42% | - |
| XYZ | 7.66 | 11.59 | 2.09 | - |
| YUV | 83.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 9 | 0.35 | 0 | 0.92 | 0.58 | 82.89 | 0.84 | 0.23 |
| Hex | 45 | 6A | 9 | 23 | 0 | 5C | 3A | 53 | 54 | 17 |
| Octal | 105 | 152 | 11 | 43 | 0 | 134 | 72 | 123 | 124 | 27 |
| Binary | 1000101 | 1101010 | 1001 | 100011 | 0 | 1011100 | 111010 | 1010011 | 1010100 | 10111 |
Color Harmonies of #456A09
Complementary color
Monochromatic Colors of #456A09
Black with #456A09
Text Example
Text Example
White with #456A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A09; }
p { color: rgb(69,106,9); }
H1.HeaderClassName
{
color: #456A09;
}
.AnyTagClassName
{
color: #456A09;
}
</style>
background-color css
<style>
a { background-color: #456A09; }
a { background-color: rgb(69,106,9); }
div.DivClassName
{
background-color: #456A09;
}
.BgClassName
{
background-color: #456A09;
}
</style>
border-color css
<style>
span { border-color: #456A09; }
span { border-color: rgb(69,106,9); }
td.TdClassName
{
border-color: #456A09;
}
.TagClassName
{
border-color: #456A09;
}
</style>