Shades of Verdun Green #457600
Tints of Verdun Green #457600
RGB
CMYK
RGB Variations
Color information
#457600 (or 0x457600) is known color: Verdun Green. HEX triplet: 45, 76 and 00. RGB value is (69,118,0). Sum of RGB (Red+Green+Blue) = 69+118+0=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #457600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457600 is #BA89FF. Grayscale: #5A5A5A. Windows color (decimal): -12225024 or 30277. OLE color: 30277.
HSL color Cylindrical-coordinate representation of color #457600: hue angle of 84.92º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #457600 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 118 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.54 |
| HSL | 84.92º | 1% | 0.23% | - |
| HSV(B) | 84.92º | 1% | 0.46% | - |
| XYZ | 8.93 | 14.22 | 2.27 | - |
| YUV | 89.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 0 | 0.42 | 0 | 1 | 0.54 | 84.92 | 1 | 0.23 |
| Hex | 45 | 76 | 0 | 2A | 0 | 64 | 36 | 55 | 64 | 17 |
| Octal | 105 | 166 | 0 | 52 | 0 | 144 | 66 | 125 | 144 | 27 |
| Binary | 1000101 | 1110110 | 0 | 101010 | 0 | 1100100 | 110110 | 1010101 | 1100100 | 10111 |
Color Harmonies of #457600
Complementary color
Monochromatic Colors of #457600
Black with #457600
Text Example
Text Example
White with #457600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457600; }
p { color: rgb(69,118,0); }
H1.HeaderClassName
{
color: #457600;
}
.AnyTagClassName
{
color: #457600;
}
</style>
background-color css
<style>
a { background-color: #457600; }
a { background-color: rgb(69,118,0); }
div.DivClassName
{
background-color: #457600;
}
.BgClassName
{
background-color: #457600;
}
</style>
border-color css
<style>
span { border-color: #457600; }
span { border-color: rgb(69,118,0); }
td.TdClassName
{
border-color: #457600;
}
.TagClassName
{
border-color: #457600;
}
</style>