Shades of Verdun Green #455919
Tints of Verdun Green #455919
RGB
CMYK
RGB Variations
Color information
#455919 (or 0x455919) is known color: Verdun Green. HEX triplet: 45, 59 and 19. RGB value is (69,89,25). Sum of RGB (Red+Green+Blue) = 69+89+25=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #455919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455919 is #BAA6E6. Grayscale: #4B4B4B. Windows color (decimal): -12232423 or 1661253. OLE color: 1661253.
HSL color Cylindrical-coordinate representation of color #455919: hue angle of 78.75º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #455919 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 89 | 25 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.65 |
| HSL | 78.75º | 0.56% | 0.22% | - |
| HSV(B) | 78.75º | 0.72% | 0.35% | - |
| XYZ | 6.2 | 8.48 | 2.23 | - |
| YUV | 75.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 25 | 0.22 | 0 | 0.72 | 0.65 | 78.75 | 0.56 | 0.22 |
| Hex | 45 | 59 | 19 | 16 | 0 | 48 | 41 | 4F | 38 | 16 |
| Octal | 105 | 131 | 31 | 26 | 0 | 110 | 101 | 117 | 70 | 26 |
| Binary | 1000101 | 1011001 | 11001 | 10110 | 0 | 1001000 | 1000001 | 1001111 | 111000 | 10110 |
Color Harmonies of #455919
Complementary color
Monochromatic Colors of #455919
Black with #455919
Text Example
Text Example
White with #455919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455919; }
p { color: rgb(69,89,25); }
H1.HeaderClassName
{
color: #455919;
}
.AnyTagClassName
{
color: #455919;
}
</style>
background-color css
<style>
a { background-color: #455919; }
a { background-color: rgb(69,89,25); }
div.DivClassName
{
background-color: #455919;
}
.BgClassName
{
background-color: #455919;
}
</style>
border-color css
<style>
span { border-color: #455919; }
span { border-color: rgb(69,89,25); }
td.TdClassName
{
border-color: #455919;
}
.TagClassName
{
border-color: #455919;
}
</style>