Shades of Verdun Green #445E01
Tints of Verdun Green #445E01
RGB
CMYK
RGB Variations
Color information
#445E01 (or 0x445E01) is known color: Verdun Green. HEX triplet: 44, 5E and 01. RGB value is (68,94,1). Sum of RGB (Red+Green+Blue) = 68+94+1=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 94 (37.11% from 255 or 57.67% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 94 - color contains mainly: green. Hex color #445E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445E01 is #BBA1FE. Grayscale: #4B4B4B. Windows color (decimal): -12296703 or 89668. OLE color: 89668.
HSL color Cylindrical-coordinate representation of color #445E01: hue angle of 76.77º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #445E01 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 94 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.63 |
| HSL | 76.77º | 0.98% | 0.19% | - |
| HSV(B) | 76.77º | 0.99% | 0.37% | - |
| XYZ | 6.39 | 9.24 | 1.47 | - |
| YUV | 75.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 1 | 0.28 | 0 | 0.99 | 0.63 | 76.77 | 0.98 | 0.19 |
| Hex | 44 | 5E | 1 | 1C | 0 | 63 | 3F | 4D | 62 | 13 |
| Octal | 104 | 136 | 1 | 34 | 0 | 143 | 77 | 115 | 142 | 23 |
| Binary | 1000100 | 1011110 | 1 | 11100 | 0 | 1100011 | 111111 | 1001101 | 1100010 | 10011 |
Color Harmonies of #445E01
Complementary color
Monochromatic Colors of #445E01
Black with #445E01
Text Example
Text Example
White with #445E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E01; }
p { color: rgb(68,94,1); }
H1.HeaderClassName
{
color: #445E01;
}
.AnyTagClassName
{
color: #445E01;
}
</style>
background-color css
<style>
a { background-color: #445E01; }
a { background-color: rgb(68,94,1); }
div.DivClassName
{
background-color: #445E01;
}
.BgClassName
{
background-color: #445E01;
}
</style>
border-color css
<style>
span { border-color: #445E01; }
span { border-color: rgb(68,94,1); }
td.TdClassName
{
border-color: #445E01;
}
.TagClassName
{
border-color: #445E01;
}
</style>