Shades of Verdun Green #454812
Tints of Verdun Green #454812
RGB
CMYK
RGB Variations
Color information
#454812 (or 0x454812) is known color: Verdun Green. HEX triplet: 45, 48 and 12. RGB value is (69,72,18). Sum of RGB (Red+Green+Blue) = 69+72+18=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #454812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454812 is #BAB7ED. Grayscale: #414141. Windows color (decimal): -12236782 or 1198149. OLE color: 1198149.
HSL color Cylindrical-coordinate representation of color #454812: hue angle of 63.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #454812 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 72 | 18 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.72 |
| HSL | 63.33º | 0.6% | 0.18% | - |
| HSV(B) | 63.33º | 0.75% | 0.28% | - |
| XYZ | 4.88 | 5.94 | 1.46 | - |
| YUV | 64.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 18 | 0.04 | 0 | 0.75 | 0.72 | 63.33 | 0.6 | 0.18 |
| Hex | 45 | 48 | 12 | 4 | 0 | 4B | 48 | 3F | 3C | 12 |
| Octal | 105 | 110 | 22 | 4 | 0 | 113 | 110 | 77 | 74 | 22 |
| Binary | 1000101 | 1001000 | 10010 | 100 | 0 | 1001011 | 1001000 | 111111 | 111100 | 10010 |
Color Harmonies of #454812
Complementary color
Monochromatic Colors of #454812
Black with #454812
Text Example
Text Example
White with #454812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454812; }
p { color: rgb(69,72,18); }
H1.HeaderClassName
{
color: #454812;
}
.AnyTagClassName
{
color: #454812;
}
</style>
background-color css
<style>
a { background-color: #454812; }
a { background-color: rgb(69,72,18); }
div.DivClassName
{
background-color: #454812;
}
.BgClassName
{
background-color: #454812;
}
</style>
border-color css
<style>
span { border-color: #454812; }
span { border-color: rgb(69,72,18); }
td.TdClassName
{
border-color: #454812;
}
.TagClassName
{
border-color: #454812;
}
</style>