Shades of Verdun Green #444C01
Tints of Verdun Green #444C01
RGB
CMYK
RGB Variations
Color information
#444C01 (or 0x444C01) is known color: Verdun Green. HEX triplet: 44, 4C and 01. RGB value is (68,76,1). Sum of RGB (Red+Green+Blue) = 68+76+1=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #444C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444C01 is #BBB3FE. Grayscale: #414141. Windows color (decimal): -12301311 or 85060. OLE color: 85060.
HSL color Cylindrical-coordinate representation of color #444C01: hue angle of 66.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #444C01 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 76 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.70 |
| HSL | 66.4º | 0.97% | 0.15% | - |
| HSV(B) | 66.4º | 0.99% | 0.3% | - |
| XYZ | 4.97 | 6.4 | 1 | - |
| YUV | 65.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 1 | 0.11 | 0 | 0.99 | 0.70 | 66.4 | 0.97 | 0.15 |
| Hex | 44 | 4C | 1 | B | 0 | 63 | 46 | 42 | 61 | F |
| Octal | 104 | 114 | 1 | 13 | 0 | 143 | 106 | 102 | 141 | 17 |
| Binary | 1000100 | 1001100 | 1 | 1011 | 0 | 1100011 | 1000110 | 1000010 | 1100001 | 1111 |
Color Harmonies of #444C01
Complementary color
Monochromatic Colors of #444C01
Black with #444C01
Text Example
Text Example
White with #444C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C01; }
p { color: rgb(68,76,1); }
H1.HeaderClassName
{
color: #444C01;
}
.AnyTagClassName
{
color: #444C01;
}
</style>
background-color css
<style>
a { background-color: #444C01; }
a { background-color: rgb(68,76,1); }
div.DivClassName
{
background-color: #444C01;
}
.BgClassName
{
background-color: #444C01;
}
</style>
border-color css
<style>
span { border-color: #444C01; }
span { border-color: rgb(68,76,1); }
td.TdClassName
{
border-color: #444C01;
}
.TagClassName
{
border-color: #444C01;
}
</style>