Shades of Verdun Green #456313
Tints of Verdun Green #456313
RGB
CMYK
RGB Variations
Color information
#456313 (or 0x456313) is known color: Verdun Green. HEX triplet: 45, 63 and 13. RGB value is (69,99,19). Sum of RGB (Red+Green+Blue) = 69+99+19=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #456313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456313 is #BA9CEC. Grayscale: #515151. Windows color (decimal): -12229869 or 1270597. OLE color: 1270597.
HSL color Cylindrical-coordinate representation of color #456313: hue angle of 82.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #456313 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 19 | - |
| CMYK | 0.30 | 0 | 0.81 | 0.61 |
| HSL | 82.5º | 0.68% | 0.23% | - |
| HSV(B) | 82.5º | 0.81% | 0.39% | - |
| XYZ | 7.03 | 10.24 | 2.22 | - |
| YUV | 80.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 19 | 0.30 | 0 | 0.81 | 0.61 | 82.5 | 0.68 | 0.23 |
| Hex | 45 | 63 | 13 | 1E | 0 | 51 | 3D | 52 | 44 | 17 |
| Octal | 105 | 143 | 23 | 36 | 0 | 121 | 75 | 122 | 104 | 27 |
| Binary | 1000101 | 1100011 | 10011 | 11110 | 0 | 1010001 | 111101 | 1010010 | 1000100 | 10111 |
Color Harmonies of #456313
Complementary color
Monochromatic Colors of #456313
Black with #456313
Text Example
Text Example
White with #456313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456313; }
p { color: rgb(69,99,19); }
H1.HeaderClassName
{
color: #456313;
}
.AnyTagClassName
{
color: #456313;
}
</style>
background-color css
<style>
a { background-color: #456313; }
a { background-color: rgb(69,99,19); }
div.DivClassName
{
background-color: #456313;
}
.BgClassName
{
background-color: #456313;
}
</style>
border-color css
<style>
span { border-color: #456313; }
span { border-color: rgb(69,99,19); }
td.TdClassName
{
border-color: #456313;
}
.TagClassName
{
border-color: #456313;
}
</style>