Shades of Verdun Green #455C15
Tints of Verdun Green #455C15
RGB
CMYK
RGB Variations
Color information
#455C15 (or 0x455C15) is known color: Verdun Green. HEX triplet: 45, 5C and 15. RGB value is (69,92,21). Sum of RGB (Red+Green+Blue) = 69+92+21=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 92 (36.33% from 255 or 50.55% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 92 - color contains mainly: green. Hex color #455C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455C15 is #BAA3EA. Grayscale: #4D4D4D. Windows color (decimal): -12231659 or 1399877. OLE color: 1399877.
HSL color Cylindrical-coordinate representation of color #455C15: hue angle of 79.44º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #455C15 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 92 | 21 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.64 |
| HSL | 79.44º | 0.63% | 0.22% | - |
| HSV(B) | 79.44º | 0.77% | 0.36% | - |
| XYZ | 6.42 | 8.97 | 2.1 | - |
| YUV | 77.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 21 | 0.25 | 0 | 0.77 | 0.64 | 79.44 | 0.63 | 0.22 |
| Hex | 45 | 5C | 15 | 19 | 0 | 4D | 40 | 4F | 3F | 16 |
| Octal | 105 | 134 | 25 | 31 | 0 | 115 | 100 | 117 | 77 | 26 |
| Binary | 1000101 | 1011100 | 10101 | 11001 | 0 | 1001101 | 1000000 | 1001111 | 111111 | 10110 |
Color Harmonies of #455C15
Complementary color
Monochromatic Colors of #455C15
Black with #455C15
Text Example
Text Example
White with #455C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C15; }
p { color: rgb(69,92,21); }
H1.HeaderClassName
{
color: #455C15;
}
.AnyTagClassName
{
color: #455C15;
}
</style>
background-color css
<style>
a { background-color: #455C15; }
a { background-color: rgb(69,92,21); }
div.DivClassName
{
background-color: #455C15;
}
.BgClassName
{
background-color: #455C15;
}
</style>
border-color css
<style>
span { border-color: #455C15; }
span { border-color: rgb(69,92,21); }
td.TdClassName
{
border-color: #455C15;
}
.TagClassName
{
border-color: #455C15;
}
</style>