Shades of Verdun Green #455000
Tints of Verdun Green #455000
RGB
CMYK
RGB Variations
Color information
#455000 (or 0x455000) is known color: Verdun Green. HEX triplet: 45, 50 and 00. RGB value is (69,80,0). Sum of RGB (Red+Green+Blue) = 69+80+0=149 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.31% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #455000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455000 is #BAAFFF. Grayscale: #434343. Windows color (decimal): -12234752 or 20549. OLE color: 20549.
HSL color Cylindrical-coordinate representation of color #455000: hue angle of 68.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #455000 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.69 |
| HSL | 68.25º | 1% | 0.16% | - |
| HSV(B) | 68.25º | 1% | 0.31% | - |
| XYZ | 5.32 | 7 | 1.07 | - |
| YUV | 67.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 0 | 0.14 | 0 | 1 | 0.69 | 68.25 | 1 | 0.16 |
| Hex | 45 | 50 | 0 | E | 0 | 64 | 45 | 44 | 64 | 10 |
| Octal | 105 | 120 | 0 | 16 | 0 | 144 | 105 | 104 | 144 | 20 |
| Binary | 1000101 | 1010000 | 0 | 1110 | 0 | 1100100 | 1000101 | 1000100 | 1100100 | 10000 |
Color Harmonies of #455000
Complementary color
Monochromatic Colors of #455000
Black with #455000
Text Example
Text Example
White with #455000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455000; }
p { color: rgb(69,80,0); }
H1.HeaderClassName
{
color: #455000;
}
.AnyTagClassName
{
color: #455000;
}
</style>
background-color css
<style>
a { background-color: #455000; }
a { background-color: rgb(69,80,0); }
div.DivClassName
{
background-color: #455000;
}
.BgClassName
{
background-color: #455000;
}
</style>
border-color css
<style>
span { border-color: #455000; }
span { border-color: rgb(69,80,0); }
td.TdClassName
{
border-color: #455000;
}
.TagClassName
{
border-color: #455000;
}
</style>