Shades of Verdun Green #457601
Tints of Verdun Green #457601
RGB
CMYK
RGB Variations
Color information
#457601 (or 0x457601) is known color: Verdun Green. HEX triplet: 45, 76 and 01. RGB value is (69,118,1). Sum of RGB (Red+Green+Blue) = 69+118+1=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #457601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457601 is #BA89FE. Grayscale: #5A5A5A. Windows color (decimal): -12225023 or 95813. OLE color: 95813.
HSL color Cylindrical-coordinate representation of color #457601: hue angle of 85.13º 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 #457601 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 118 | 1 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.54 |
| HSL | 85.13º | 0.98% | 0.23% | - |
| HSV(B) | 85.13º | 0.99% | 0.46% | - |
| XYZ | 8.94 | 14.22 | 2.3 | - |
| YUV | 90.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 1 | 0.42 | 0 | 0.99 | 0.54 | 85.13 | 0.98 | 0.23 |
| Hex | 45 | 76 | 1 | 2A | 0 | 63 | 36 | 55 | 62 | 17 |
| Octal | 105 | 166 | 1 | 52 | 0 | 143 | 66 | 125 | 142 | 27 |
| Binary | 1000101 | 1110110 | 1 | 101010 | 0 | 1100011 | 110110 | 1010101 | 1100010 | 10111 |
Color Harmonies of #457601
Complementary color
Monochromatic Colors of #457601
Black with #457601
Text Example
Text Example
White with #457601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457601; }
p { color: rgb(69,118,1); }
H1.HeaderClassName
{
color: #457601;
}
.AnyTagClassName
{
color: #457601;
}
</style>
background-color css
<style>
a { background-color: #457601; }
a { background-color: rgb(69,118,1); }
div.DivClassName
{
background-color: #457601;
}
.BgClassName
{
background-color: #457601;
}
</style>
border-color css
<style>
span { border-color: #457601; }
span { border-color: rgb(69,118,1); }
td.TdClassName
{
border-color: #457601;
}
.TagClassName
{
border-color: #457601;
}
</style>