Shades of Verdun Green #445F12
Tints of Verdun Green #445F12
RGB
CMYK
RGB Variations
Color information
#445F12 (or 0x445F12) is known color: Verdun Green. HEX triplet: 44, 5F and 12. RGB value is (68,95,18). Sum of RGB (Red+Green+Blue) = 68+95+18=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #445F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445F12 is #BBA0ED. Grayscale: #4E4E4E. Windows color (decimal): -12296430 or 1204036. OLE color: 1204036.
HSL color Cylindrical-coordinate representation of color #445F12: hue angle of 81.04º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #445F12 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 18 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.63 |
| HSL | 81.04º | 0.68% | 0.22% | - |
| HSV(B) | 81.04º | 0.81% | 0.37% | - |
| XYZ | 6.59 | 9.46 | 2.05 | - |
| YUV | 78.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 18 | 0.28 | 0 | 0.81 | 0.63 | 81.04 | 0.68 | 0.22 |
| Hex | 44 | 5F | 12 | 1C | 0 | 51 | 3F | 51 | 44 | 16 |
| Octal | 104 | 137 | 22 | 34 | 0 | 121 | 77 | 121 | 104 | 26 |
| Binary | 1000100 | 1011111 | 10010 | 11100 | 0 | 1010001 | 111111 | 1010001 | 1000100 | 10110 |
Color Harmonies of #445F12
Complementary color
Monochromatic Colors of #445F12
Black with #445F12
Text Example
Text Example
White with #445F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F12; }
p { color: rgb(68,95,18); }
H1.HeaderClassName
{
color: #445F12;
}
.AnyTagClassName
{
color: #445F12;
}
</style>
background-color css
<style>
a { background-color: #445F12; }
a { background-color: rgb(68,95,18); }
div.DivClassName
{
background-color: #445F12;
}
.BgClassName
{
background-color: #445F12;
}
</style>
border-color css
<style>
span { border-color: #445F12; }
span { border-color: rgb(68,95,18); }
td.TdClassName
{
border-color: #445F12;
}
.TagClassName
{
border-color: #445F12;
}
</style>