Shades of Verdun Green #444E02
Tints of Verdun Green #444E02
RGB
CMYK
RGB Variations
Color information
#444E02 (or 0x444E02) is known color: Verdun Green. HEX triplet: 44, 4E and 02. RGB value is (68,78,2). Sum of RGB (Red+Green+Blue) = 68+78+2=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #444E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444E02 is #BBB1FD. Grayscale: #424242. Windows color (decimal): -12300798 or 151108. OLE color: 151108.
HSL color Cylindrical-coordinate representation of color #444E02: hue angle of 67.89º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #444E02 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 78 | 2 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.69 |
| HSL | 67.89º | 0.95% | 0.16% | - |
| HSV(B) | 67.89º | 0.97% | 0.31% | - |
| XYZ | 5.12 | 6.68 | 1.08 | - |
| YUV | 66.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 2 | 0.13 | 0 | 0.97 | 0.69 | 67.89 | 0.95 | 0.16 |
| Hex | 44 | 4E | 2 | D | 0 | 61 | 45 | 44 | 5F | 10 |
| Octal | 104 | 116 | 2 | 15 | 0 | 141 | 105 | 104 | 137 | 20 |
| Binary | 1000100 | 1001110 | 10 | 1101 | 0 | 1100001 | 1000101 | 1000100 | 1011111 | 10000 |
Color Harmonies of #444E02
Complementary color
Monochromatic Colors of #444E02
Black with #444E02
Text Example
Text Example
White with #444E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E02; }
p { color: rgb(68,78,2); }
H1.HeaderClassName
{
color: #444E02;
}
.AnyTagClassName
{
color: #444E02;
}
</style>
background-color css
<style>
a { background-color: #444E02; }
a { background-color: rgb(68,78,2); }
div.DivClassName
{
background-color: #444E02;
}
.BgClassName
{
background-color: #444E02;
}
</style>
border-color css
<style>
span { border-color: #444E02; }
span { border-color: rgb(68,78,2); }
td.TdClassName
{
border-color: #444E02;
}
.TagClassName
{
border-color: #444E02;
}
</style>