Shades of Verdun Green #456314
Tints of Verdun Green #456314
RGB
CMYK
RGB Variations
Color information
#456314 (or 0x456314) is known color: Verdun Green. HEX triplet: 45, 63 and 14. RGB value is (69,99,20). Sum of RGB (Red+Green+Blue) = 69+99+20=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #456314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456314 is #BA9CEB. Grayscale: #515151. Windows color (decimal): -12229868 or 1336133. OLE color: 1336133.
HSL color Cylindrical-coordinate representation of color #456314: hue angle of 82.78º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #456314 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 20 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.61 |
| HSL | 82.78º | 0.66% | 0.23% | - |
| HSV(B) | 82.78º | 0.8% | 0.39% | - |
| XYZ | 7.04 | 10.24 | 2.27 | - |
| YUV | 81.02 | 93.56 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 20 | 0.30 | 0 | 0.80 | 0.61 | 82.78 | 0.66 | 0.23 |
| Hex | 45 | 63 | 14 | 1E | 0 | 50 | 3D | 53 | 42 | 17 |
| Octal | 105 | 143 | 24 | 36 | 0 | 120 | 75 | 123 | 102 | 27 |
| Binary | 1000101 | 1100011 | 10100 | 11110 | 0 | 1010000 | 111101 | 1010011 | 1000010 | 10111 |
Color Harmonies of #456314
Complementary color
Monochromatic Colors of #456314
Black with #456314
Text Example
Text Example
White with #456314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456314; }
p { color: rgb(69,99,20); }
H1.HeaderClassName
{
color: #456314;
}
.AnyTagClassName
{
color: #456314;
}
</style>
background-color css
<style>
a { background-color: #456314; }
a { background-color: rgb(69,99,20); }
div.DivClassName
{
background-color: #456314;
}
.BgClassName
{
background-color: #456314;
}
</style>
border-color css
<style>
span { border-color: #456314; }
span { border-color: rgb(69,99,20); }
td.TdClassName
{
border-color: #456314;
}
.TagClassName
{
border-color: #456314;
}
</style>