Shades of Verdun Green #457302
Tints of Verdun Green #457302
RGB
CMYK
RGB Variations
Color information
#457302 (or 0x457302) is known color: Verdun Green. HEX triplet: 45, 73 and 02. RGB value is (69,115,2). Sum of RGB (Red+Green+Blue) = 69+115+2=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 115 (45.31% from 255 or 61.83% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 115 - color contains mainly: green. Hex color #457302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457302 is #BA8CFD. Grayscale: #585858. Windows color (decimal): -12225790 or 160581. OLE color: 160581.
HSL color Cylindrical-coordinate representation of color #457302: hue angle of 84.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #457302 is Cyan = 0.4, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 2 | - |
| CMYK | 0.4 | 0 | 0.98 | 0.55 |
| HSL | 84.42º | 0.97% | 0.23% | - |
| HSV(B) | 84.42º | 0.98% | 0.45% | - |
| XYZ | 8.6 | 13.53 | 2.22 | - |
| YUV | 88.36 | 79.26 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 2 | 0.4 | 0 | 0.98 | 0.55 | 84.42 | 0.97 | 0.23 |
| Hex | 45 | 73 | 2 | 28 | 0 | 62 | 37 | 54 | 61 | 17 |
| Octal | 105 | 163 | 2 | 50 | 0 | 142 | 67 | 124 | 141 | 27 |
| Binary | 1000101 | 1110011 | 10 | 101000 | 0 | 1100010 | 110111 | 1010100 | 1100001 | 10111 |
Color Harmonies of #457302
Complementary color
Monochromatic Colors of #457302
Black with #457302
Text Example
Text Example
White with #457302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457302; }
p { color: rgb(69,115,2); }
H1.HeaderClassName
{
color: #457302;
}
.AnyTagClassName
{
color: #457302;
}
</style>
background-color css
<style>
a { background-color: #457302; }
a { background-color: rgb(69,115,2); }
div.DivClassName
{
background-color: #457302;
}
.BgClassName
{
background-color: #457302;
}
</style>
border-color css
<style>
span { border-color: #457302; }
span { border-color: rgb(69,115,2); }
td.TdClassName
{
border-color: #457302;
}
.TagClassName
{
border-color: #457302;
}
</style>