Shades of Verdun Green #457005
Tints of Verdun Green #457005
RGB
CMYK
RGB Variations
Color information
#457005 (or 0x457005) is known color: Verdun Green. HEX triplet: 45, 70 and 05. RGB value is (69,112,5). Sum of RGB (Red+Green+Blue) = 69+112+5=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #457005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457005 is #BA8FFA. Grayscale: #575757. Windows color (decimal): -12226555 or 356421. OLE color: 356421.
HSL color Cylindrical-coordinate representation of color #457005: hue angle of 84.11º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #457005 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 112 | 5 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.56 |
| HSL | 84.11º | 0.91% | 0.23% | - |
| HSV(B) | 84.11º | 0.96% | 0.44% | - |
| XYZ | 8.28 | 12.86 | 2.19 | - |
| YUV | 86.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 5 | 0.38 | 0 | 0.96 | 0.56 | 84.11 | 0.91 | 0.23 |
| Hex | 45 | 70 | 5 | 26 | 0 | 60 | 38 | 54 | 5B | 17 |
| Octal | 105 | 160 | 5 | 46 | 0 | 140 | 70 | 124 | 133 | 27 |
| Binary | 1000101 | 1110000 | 101 | 100110 | 0 | 1100000 | 111000 | 1010100 | 1011011 | 10111 |
Color Harmonies of #457005
Complementary color
Monochromatic Colors of #457005
Black with #457005
Text Example
Text Example
White with #457005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457005; }
p { color: rgb(69,112,5); }
H1.HeaderClassName
{
color: #457005;
}
.AnyTagClassName
{
color: #457005;
}
</style>
background-color css
<style>
a { background-color: #457005; }
a { background-color: rgb(69,112,5); }
div.DivClassName
{
background-color: #457005;
}
.BgClassName
{
background-color: #457005;
}
</style>
border-color css
<style>
span { border-color: #457005; }
span { border-color: rgb(69,112,5); }
td.TdClassName
{
border-color: #457005;
}
.TagClassName
{
border-color: #457005;
}
</style>