Shades of Verdun Green #454C12
Tints of Verdun Green #454C12
RGB
CMYK
RGB Variations
Color information
#454C12 (or 0x454C12) is known color: Verdun Green. HEX triplet: 45, 4C and 12. RGB value is (69,76,18). Sum of RGB (Red+Green+Blue) = 69+76+18=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #454C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454C12 is #BAB3ED. Grayscale: #434343. Windows color (decimal): -12235758 or 1199173. OLE color: 1199173.
HSL color Cylindrical-coordinate representation of color #454C12: hue angle of 67.24º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #454C12 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 69 | 76 | 18 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.70 |
| HSL | 67.24º | 0.62% | 0.18% | - |
| HSV(B) | 67.24º | 0.76% | 0.3% | - |
| XYZ | 5.15 | 6.48 | 1.55 | - |
| YUV | 67.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 76 | 18 | 0.09 | 0 | 0.76 | 0.70 | 67.24 | 0.62 | 0.18 |
| Hex | 45 | 4C | 12 | 9 | 0 | 4C | 46 | 43 | 3E | 12 |
| Octal | 105 | 114 | 22 | 11 | 0 | 114 | 106 | 103 | 76 | 22 |
| Binary | 1000101 | 1001100 | 10010 | 1001 | 0 | 1001100 | 1000110 | 1000011 | 111110 | 10010 |
Color Harmonies of #454C12
Complementary color
Monochromatic Colors of #454C12
Black with #454C12
Text Example
Text Example
White with #454C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454C12; }
p { color: rgb(69,76,18); }
H1.HeaderClassName
{
color: #454C12;
}
.AnyTagClassName
{
color: #454C12;
}
</style>
background-color css
<style>
a { background-color: #454C12; }
a { background-color: rgb(69,76,18); }
div.DivClassName
{
background-color: #454C12;
}
.BgClassName
{
background-color: #454C12;
}
</style>
border-color css
<style>
span { border-color: #454C12; }
span { border-color: rgb(69,76,18); }
td.TdClassName
{
border-color: #454C12;
}
.TagClassName
{
border-color: #454C12;
}
</style>