Shades of Verdun Green #457300
Tints of Verdun Green #457300
RGB
CMYK
RGB Variations
Color information
#457300 (or 0x457300) is known color: Verdun Green. HEX triplet: 45, 73 and 00. RGB value is (69,115,0). Sum of RGB (Red+Green+Blue) = 69+115+0=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 115 (45.31% from 255 or 62.5% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 115 - color contains mainly: green. Hex color #457300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457300 is #BA8CFF. Grayscale: #585858. Windows color (decimal): -12225792 or 29509. OLE color: 29509.
HSL color Cylindrical-coordinate representation of color #457300: hue angle of 84º 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 #457300 is Cyan = 0.4, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 0 | - |
| CMYK | 0.4 | 0 | 1 | 0.55 |
| HSL | 84º | 1% | 0.23% | - |
| HSV(B) | 84º | 1% | 0.45% | - |
| XYZ | 8.58 | 13.53 | 2.16 | - |
| YUV | 88.14 | 78.26 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 0 | 0.4 | 0 | 1 | 0.55 | 84 | 1 | 0.23 |
| Hex | 45 | 73 | 0 | 28 | 0 | 64 | 37 | 54 | 64 | 17 |
| Octal | 105 | 163 | 0 | 50 | 0 | 144 | 67 | 124 | 144 | 27 |
| Binary | 1000101 | 1110011 | 0 | 101000 | 0 | 1100100 | 110111 | 1010100 | 1100100 | 10111 |
Color Harmonies of #457300
Complementary color
Monochromatic Colors of #457300
Black with #457300
Text Example
Text Example
White with #457300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457300; }
p { color: rgb(69,115,0); }
H1.HeaderClassName
{
color: #457300;
}
.AnyTagClassName
{
color: #457300;
}
</style>
background-color css
<style>
a { background-color: #457300; }
a { background-color: rgb(69,115,0); }
div.DivClassName
{
background-color: #457300;
}
.BgClassName
{
background-color: #457300;
}
</style>
border-color css
<style>
span { border-color: #457300; }
span { border-color: rgb(69,115,0); }
td.TdClassName
{
border-color: #457300;
}
.TagClassName
{
border-color: #457300;
}
</style>