Shades of Verdun Green #455819
Tints of Verdun Green #455819
RGB
CMYK
RGB Variations
Color information
#455819 (or 0x455819) is known color: Verdun Green. HEX triplet: 45, 58 and 19. RGB value is (69,88,25). Sum of RGB (Red+Green+Blue) = 69+88+25=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #455819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455819 is #BAA7E6. Grayscale: #4B4B4B. Windows color (decimal): -12232679 or 1660997. OLE color: 1660997.
HSL color Cylindrical-coordinate representation of color #455819: hue angle of 78.1º 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 #455819 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 88 | 25 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.65 |
| HSL | 78.1º | 0.56% | 0.22% | - |
| HSV(B) | 78.1º | 0.72% | 0.35% | - |
| XYZ | 6.12 | 8.31 | 2.2 | - |
| YUV | 75.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 25 | 0.22 | 0 | 0.72 | 0.65 | 78.1 | 0.56 | 0.22 |
| Hex | 45 | 58 | 19 | 16 | 0 | 48 | 41 | 4E | 38 | 16 |
| Octal | 105 | 130 | 31 | 26 | 0 | 110 | 101 | 116 | 70 | 26 |
| Binary | 1000101 | 1011000 | 11001 | 10110 | 0 | 1001000 | 1000001 | 1001110 | 111000 | 10110 |
Color Harmonies of #455819
Complementary color
Monochromatic Colors of #455819
Black with #455819
Text Example
Text Example
White with #455819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455819; }
p { color: rgb(69,88,25); }
H1.HeaderClassName
{
color: #455819;
}
.AnyTagClassName
{
color: #455819;
}
</style>
background-color css
<style>
a { background-color: #455819; }
a { background-color: rgb(69,88,25); }
div.DivClassName
{
background-color: #455819;
}
.BgClassName
{
background-color: #455819;
}
</style>
border-color css
<style>
span { border-color: #455819; }
span { border-color: rgb(69,88,25); }
td.TdClassName
{
border-color: #455819;
}
.TagClassName
{
border-color: #455819;
}
</style>