Shades of Verdun Green #457400
Tints of Verdun Green #457400
RGB
CMYK
RGB Variations
Color information
#457400 (or 0x457400) is known color: Verdun Green. HEX triplet: 45, 74 and 00. RGB value is (69,116,0). Sum of RGB (Red+Green+Blue) = 69+116+0=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #457400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457400 is #BA8BFF. Grayscale: #595959. Windows color (decimal): -12225536 or 29765. OLE color: 29765.
HSL color Cylindrical-coordinate representation of color #457400: hue angle of 84.31º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #457400 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 116 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.55 |
| HSL | 84.31º | 1% | 0.23% | - |
| HSV(B) | 84.31º | 1% | 0.45% | - |
| XYZ | 8.7 | 13.76 | 2.2 | - |
| YUV | 88.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 0 | 0.41 | 0 | 1 | 0.55 | 84.31 | 1 | 0.23 |
| Hex | 45 | 74 | 0 | 29 | 0 | 64 | 37 | 54 | 64 | 17 |
| Octal | 105 | 164 | 0 | 51 | 0 | 144 | 67 | 124 | 144 | 27 |
| Binary | 1000101 | 1110100 | 0 | 101001 | 0 | 1100100 | 110111 | 1010100 | 1100100 | 10111 |
Color Harmonies of #457400
Complementary color
Monochromatic Colors of #457400
Black with #457400
Text Example
Text Example
White with #457400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457400; }
p { color: rgb(69,116,0); }
H1.HeaderClassName
{
color: #457400;
}
.AnyTagClassName
{
color: #457400;
}
</style>
background-color css
<style>
a { background-color: #457400; }
a { background-color: rgb(69,116,0); }
div.DivClassName
{
background-color: #457400;
}
.BgClassName
{
background-color: #457400;
}
</style>
border-color css
<style>
span { border-color: #457400; }
span { border-color: rgb(69,116,0); }
td.TdClassName
{
border-color: #457400;
}
.TagClassName
{
border-color: #457400;
}
</style>