Shades of Verdun Green #456908
Tints of Verdun Green #456908
RGB
CMYK
RGB Variations
Color information
#456908 (or 0x456908) is known color: Verdun Green. HEX triplet: 45, 69 and 08. RGB value is (69,105,8). Sum of RGB (Red+Green+Blue) = 69+105+8=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #456908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456908 is #BA96F7. Grayscale: #535353. Windows color (decimal): -12228344 or 551237. OLE color: 551237.
HSL color Cylindrical-coordinate representation of color #456908: hue angle of 82.27º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #456908 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 8 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.59 |
| HSL | 82.27º | 0.86% | 0.22% | - |
| HSV(B) | 82.27º | 0.92% | 0.41% | - |
| XYZ | 7.55 | 11.39 | 2.03 | - |
| YUV | 83.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 8 | 0.34 | 0 | 0.92 | 0.59 | 82.27 | 0.86 | 0.22 |
| Hex | 45 | 69 | 8 | 22 | 0 | 5C | 3B | 52 | 56 | 16 |
| Octal | 105 | 151 | 10 | 42 | 0 | 134 | 73 | 122 | 126 | 26 |
| Binary | 1000101 | 1101001 | 1000 | 100010 | 0 | 1011100 | 111011 | 1010010 | 1010110 | 10110 |
Color Harmonies of #456908
Complementary color
Monochromatic Colors of #456908
Black with #456908
Text Example
Text Example
White with #456908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456908; }
p { color: rgb(69,105,8); }
H1.HeaderClassName
{
color: #456908;
}
.AnyTagClassName
{
color: #456908;
}
</style>
background-color css
<style>
a { background-color: #456908; }
a { background-color: rgb(69,105,8); }
div.DivClassName
{
background-color: #456908;
}
.BgClassName
{
background-color: #456908;
}
</style>
border-color css
<style>
span { border-color: #456908; }
span { border-color: rgb(69,105,8); }
td.TdClassName
{
border-color: #456908;
}
.TagClassName
{
border-color: #456908;
}
</style>