Shades of Verdun Green #455C19
Tints of Verdun Green #455C19
RGB
CMYK
RGB Variations
Color information
#455C19 (or 0x455C19) is known color: Verdun Green. HEX triplet: 45, 5C and 19. RGB value is (69,92,25). Sum of RGB (Red+Green+Blue) = 69+92+25=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 92 (36.33% from 255 or 49.46% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 92 - color contains mainly: green. Hex color #455C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455C19 is #BAA3E6. Grayscale: #4D4D4D. Windows color (decimal): -12231655 or 1662021. OLE color: 1662021.
HSL color Cylindrical-coordinate representation of color #455C19: hue angle of 80.6º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #455C19 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 25 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.64 |
| HSL | 80.6º | 0.57% | 0.23% | - |
| HSV(B) | 80.6º | 0.73% | 0.36% | - |
| XYZ | 6.46 | 8.99 | 2.31 | - |
| YUV | 77.49 | 98.38 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 25 | 0.25 | 0 | 0.73 | 0.64 | 80.6 | 0.57 | 0.23 |
| Hex | 45 | 5C | 19 | 19 | 0 | 49 | 40 | 51 | 39 | 17 |
| Octal | 105 | 134 | 31 | 31 | 0 | 111 | 100 | 121 | 71 | 27 |
| Binary | 1000101 | 1011100 | 11001 | 11001 | 0 | 1001001 | 1000000 | 1010001 | 111001 | 10111 |
Color Harmonies of #455C19
Complementary color
Monochromatic Colors of #455C19
Black with #455C19
Text Example
Text Example
White with #455C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C19; }
p { color: rgb(69,92,25); }
H1.HeaderClassName
{
color: #455C19;
}
.AnyTagClassName
{
color: #455C19;
}
</style>
background-color css
<style>
a { background-color: #455C19; }
a { background-color: rgb(69,92,25); }
div.DivClassName
{
background-color: #455C19;
}
.BgClassName
{
background-color: #455C19;
}
</style>
border-color css
<style>
span { border-color: #455C19; }
span { border-color: rgb(69,92,25); }
td.TdClassName
{
border-color: #455C19;
}
.TagClassName
{
border-color: #455C19;
}
</style>