Shades of Verdun Green #457200
Tints of Verdun Green #457200
RGB
CMYK
RGB Variations
Color information
#457200 (or 0x457200) is known color: Verdun Green. HEX triplet: 45, 72 and 00. RGB value is (69,114,0). Sum of RGB (Red+Green+Blue) = 69+114+0=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #457200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457200 is #BA8DFF. Grayscale: #575757. Windows color (decimal): -12226048 or 29253. OLE color: 29253.
HSL color Cylindrical-coordinate representation of color #457200: hue angle of 83.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #457200 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 114 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.55 |
| HSL | 83.68º | 1% | 0.22% | - |
| HSV(B) | 83.68º | 1% | 0.45% | - |
| XYZ | 8.47 | 13.3 | 2.12 | - |
| YUV | 87.55 | 78.59 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 0 | 0.39 | 0 | 1 | 0.55 | 83.68 | 1 | 0.22 |
| Hex | 45 | 72 | 0 | 27 | 0 | 64 | 37 | 54 | 64 | 16 |
| Octal | 105 | 162 | 0 | 47 | 0 | 144 | 67 | 124 | 144 | 26 |
| Binary | 1000101 | 1110010 | 0 | 100111 | 0 | 1100100 | 110111 | 1010100 | 1100100 | 10110 |
Color Harmonies of #457200
Complementary color
Monochromatic Colors of #457200
Black with #457200
Text Example
Text Example
White with #457200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457200; }
p { color: rgb(69,114,0); }
H1.HeaderClassName
{
color: #457200;
}
.AnyTagClassName
{
color: #457200;
}
</style>
background-color css
<style>
a { background-color: #457200; }
a { background-color: rgb(69,114,0); }
div.DivClassName
{
background-color: #457200;
}
.BgClassName
{
background-color: #457200;
}
</style>
border-color css
<style>
span { border-color: #457200; }
span { border-color: rgb(69,114,0); }
td.TdClassName
{
border-color: #457200;
}
.TagClassName
{
border-color: #457200;
}
</style>