Shades of Verdun Green #457501
Tints of Verdun Green #457501
RGB
CMYK
RGB Variations
Color information
#457501 (or 0x457501) is known color: Verdun Green. HEX triplet: 45, 75 and 01. RGB value is (69,117,1). Sum of RGB (Red+Green+Blue) = 69+117+1=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #457501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457501 is #BA8AFE. Grayscale: #595959. Windows color (decimal): -12225279 or 95557. OLE color: 95557.
HSL color Cylindrical-coordinate representation of color #457501: hue angle of 84.83º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #457501 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 117 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.54 |
| HSL | 84.83º | 0.98% | 0.23% | - |
| HSV(B) | 84.83º | 0.99% | 0.46% | - |
| XYZ | 8.82 | 13.99 | 2.26 | - |
| YUV | 89.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 1 | 0.41 | 0 | 0.99 | 0.54 | 84.83 | 0.98 | 0.23 |
| Hex | 45 | 75 | 1 | 29 | 0 | 63 | 36 | 55 | 62 | 17 |
| Octal | 105 | 165 | 1 | 51 | 0 | 143 | 66 | 125 | 142 | 27 |
| Binary | 1000101 | 1110101 | 1 | 101001 | 0 | 1100011 | 110110 | 1010101 | 1100010 | 10111 |
Color Harmonies of #457501
Complementary color
Monochromatic Colors of #457501
Black with #457501
Text Example
Text Example
White with #457501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457501; }
p { color: rgb(69,117,1); }
H1.HeaderClassName
{
color: #457501;
}
.AnyTagClassName
{
color: #457501;
}
</style>
background-color css
<style>
a { background-color: #457501; }
a { background-color: rgb(69,117,1); }
div.DivClassName
{
background-color: #457501;
}
.BgClassName
{
background-color: #457501;
}
</style>
border-color css
<style>
span { border-color: #457501; }
span { border-color: rgb(69,117,1); }
td.TdClassName
{
border-color: #457501;
}
.TagClassName
{
border-color: #457501;
}
</style>