Shades of Verdun Green #457203
Tints of Verdun Green #457203
RGB
CMYK
RGB Variations
Color information
#457203 (or 0x457203) is known color: Verdun Green. HEX triplet: 45, 72 and 03. RGB value is (69,114,3). Sum of RGB (Red+Green+Blue) = 69+114+3=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #457203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457203 is #BA8DFC. Grayscale: #585858. Windows color (decimal): -12226045 or 225861. OLE color: 225861.
HSL color Cylindrical-coordinate representation of color #457203: hue angle of 84.32º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #457203 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 114 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.55 |
| HSL | 84.32º | 0.95% | 0.23% | - |
| HSV(B) | 84.32º | 0.97% | 0.45% | - |
| XYZ | 8.49 | 13.31 | 2.21 | - |
| YUV | 87.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 3 | 0.39 | 0 | 0.97 | 0.55 | 84.32 | 0.95 | 0.23 |
| Hex | 45 | 72 | 3 | 27 | 0 | 61 | 37 | 54 | 5F | 17 |
| Octal | 105 | 162 | 3 | 47 | 0 | 141 | 67 | 124 | 137 | 27 |
| Binary | 1000101 | 1110010 | 11 | 100111 | 0 | 1100001 | 110111 | 1010100 | 1011111 | 10111 |
Color Harmonies of #457203
Complementary color
Monochromatic Colors of #457203
Black with #457203
Text Example
Text Example
White with #457203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457203; }
p { color: rgb(69,114,3); }
H1.HeaderClassName
{
color: #457203;
}
.AnyTagClassName
{
color: #457203;
}
</style>
background-color css
<style>
a { background-color: #457203; }
a { background-color: rgb(69,114,3); }
div.DivClassName
{
background-color: #457203;
}
.BgClassName
{
background-color: #457203;
}
</style>
border-color css
<style>
span { border-color: #457203; }
span { border-color: rgb(69,114,3); }
td.TdClassName
{
border-color: #457203;
}
.TagClassName
{
border-color: #457203;
}
</style>