Shades of Verdun Green #447401
Tints of Verdun Green #447401
RGB
CMYK
RGB Variations
Color information
#447401 (or 0x447401) is known color: Verdun Green. HEX triplet: 44, 74 and 01. RGB value is (68,116,1). Sum of RGB (Red+Green+Blue) = 68+116+1=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 116 (45.70% from 255 or 62.70% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 116 - color contains mainly: green. Hex color #447401 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447401 is #BB8BFE. Grayscale: #585858. Windows color (decimal): -12291071 or 95300. OLE color: 95300.
HSL color Cylindrical-coordinate representation of color #447401: hue angle of 85.04º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #447401 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 68 | 116 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.55 |
| HSL | 85.04º | 0.98% | 0.23% | - |
| HSV(B) | 85.04º | 0.99% | 0.45% | - |
| XYZ | 8.63 | 13.72 | 2.22 | - |
| YUV | 88.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 116 | 1 | 0.41 | 0 | 0.99 | 0.55 | 85.04 | 0.98 | 0.23 |
| Hex | 44 | 74 | 1 | 29 | 0 | 63 | 37 | 55 | 62 | 17 |
| Octal | 104 | 164 | 1 | 51 | 0 | 143 | 67 | 125 | 142 | 27 |
| Binary | 1000100 | 1110100 | 1 | 101001 | 0 | 1100011 | 110111 | 1010101 | 1100010 | 10111 |
Color Harmonies of #447401
Complementary color
Monochromatic Colors of #447401
Black with #447401
Text Example
Text Example
White with #447401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447401; }
p { color: rgb(68,116,1); }
H1.HeaderClassName
{
color: #447401;
}
.AnyTagClassName
{
color: #447401;
}
</style>
background-color css
<style>
a { background-color: #447401; }
a { background-color: rgb(68,116,1); }
div.DivClassName
{
background-color: #447401;
}
.BgClassName
{
background-color: #447401;
}
</style>
border-color css
<style>
span { border-color: #447401; }
span { border-color: rgb(68,116,1); }
td.TdClassName
{
border-color: #447401;
}
.TagClassName
{
border-color: #447401;
}
</style>