Shades of Verdun Green #456903
Tints of Verdun Green #456903
RGB
CMYK
RGB Variations
Color information
#456903 (or 0x456903) is known color: Verdun Green. HEX triplet: 45, 69 and 03. RGB value is (69,105,3). Sum of RGB (Red+Green+Blue) = 69+105+3=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #456903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456903 is #BA96FC. Grayscale: #525252. Windows color (decimal): -12228349 or 223557. OLE color: 223557.
HSL color Cylindrical-coordinate representation of color #456903: hue angle of 81.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #456903 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 3 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.59 |
| HSL | 81.18º | 0.94% | 0.21% | - |
| HSV(B) | 81.18º | 0.97% | 0.41% | - |
| XYZ | 7.52 | 11.37 | 1.89 | - |
| YUV | 82.61 | 83.07 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 3 | 0.34 | 0 | 0.97 | 0.59 | 81.18 | 0.94 | 0.21 |
| Hex | 45 | 69 | 3 | 22 | 0 | 61 | 3B | 51 | 5E | 15 |
| Octal | 105 | 151 | 3 | 42 | 0 | 141 | 73 | 121 | 136 | 25 |
| Binary | 1000101 | 1101001 | 11 | 100010 | 0 | 1100001 | 111011 | 1010001 | 1011110 | 10101 |
Color Harmonies of #456903
Complementary color
Monochromatic Colors of #456903
Black with #456903
Text Example
Text Example
White with #456903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456903; }
p { color: rgb(69,105,3); }
H1.HeaderClassName
{
color: #456903;
}
.AnyTagClassName
{
color: #456903;
}
</style>
background-color css
<style>
a { background-color: #456903; }
a { background-color: rgb(69,105,3); }
div.DivClassName
{
background-color: #456903;
}
.BgClassName
{
background-color: #456903;
}
</style>
border-color css
<style>
span { border-color: #456903; }
span { border-color: rgb(69,105,3); }
td.TdClassName
{
border-color: #456903;
}
.TagClassName
{
border-color: #456903;
}
</style>