Shades of Verdun Green #456707
Tints of Verdun Green #456707
RGB
CMYK
RGB Variations
Color information
#456707 (or 0x456707) is known color: Verdun Green. HEX triplet: 45, 67 and 07. RGB value is (69,103,7). Sum of RGB (Red+Green+Blue) = 69+103+7=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 103 (40.62% from 255 or 57.54% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 103 - color contains mainly: green. Hex color #456707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456707 is #BA98F8. Grayscale: #525252. Windows color (decimal): -12228857 or 485189. OLE color: 485189.
HSL color Cylindrical-coordinate representation of color #456707: hue angle of 81.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #456707 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 7 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.60 |
| HSL | 81.25º | 0.87% | 0.22% | - |
| HSV(B) | 81.25º | 0.93% | 0.4% | - |
| XYZ | 7.34 | 10.98 | 1.93 | - |
| YUV | 81.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 7 | 0.33 | 0 | 0.93 | 0.60 | 81.25 | 0.87 | 0.22 |
| Hex | 45 | 67 | 7 | 21 | 0 | 5D | 3C | 51 | 57 | 16 |
| Octal | 105 | 147 | 7 | 41 | 0 | 135 | 74 | 121 | 127 | 26 |
| Binary | 1000101 | 1100111 | 111 | 100001 | 0 | 1011101 | 111100 | 1010001 | 1010111 | 10110 |
Color Harmonies of #456707
Complementary color
Monochromatic Colors of #456707
Black with #456707
Text Example
Text Example
White with #456707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456707; }
p { color: rgb(69,103,7); }
H1.HeaderClassName
{
color: #456707;
}
.AnyTagClassName
{
color: #456707;
}
</style>
background-color css
<style>
a { background-color: #456707; }
a { background-color: rgb(69,103,7); }
div.DivClassName
{
background-color: #456707;
}
.BgClassName
{
background-color: #456707;
}
</style>
border-color css
<style>
span { border-color: #456707; }
span { border-color: rgb(69,103,7); }
td.TdClassName
{
border-color: #456707;
}
.TagClassName
{
border-color: #456707;
}
</style>