Shades of Verdun Green #444C02
Tints of Verdun Green #444C02
RGB
CMYK
RGB Variations
Color information
#444C02 (or 0x444C02) is known color: Verdun Green. HEX triplet: 44, 4C and 02. RGB value is (68,76,2). Sum of RGB (Red+Green+Blue) = 68+76+2=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #444C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444C02 is #BBB3FD. Grayscale: #414141. Windows color (decimal): -12301310 or 150596. OLE color: 150596.
HSL color Cylindrical-coordinate representation of color #444C02: hue angle of 66.49º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #444C02 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 76 | 2 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.70 |
| HSL | 66.49º | 0.95% | 0.15% | - |
| HSV(B) | 66.49º | 0.97% | 0.3% | - |
| XYZ | 4.98 | 6.4 | 1.03 | - |
| YUV | 65.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 2 | 0.11 | 0 | 0.97 | 0.70 | 66.49 | 0.95 | 0.15 |
| Hex | 44 | 4C | 2 | B | 0 | 61 | 46 | 42 | 5F | F |
| Octal | 104 | 114 | 2 | 13 | 0 | 141 | 106 | 102 | 137 | 17 |
| Binary | 1000100 | 1001100 | 10 | 1011 | 0 | 1100001 | 1000110 | 1000010 | 1011111 | 1111 |
Color Harmonies of #444C02
Complementary color
Monochromatic Colors of #444C02
Black with #444C02
Text Example
Text Example
White with #444C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C02; }
p { color: rgb(68,76,2); }
H1.HeaderClassName
{
color: #444C02;
}
.AnyTagClassName
{
color: #444C02;
}
</style>
background-color css
<style>
a { background-color: #444C02; }
a { background-color: rgb(68,76,2); }
div.DivClassName
{
background-color: #444C02;
}
.BgClassName
{
background-color: #444C02;
}
</style>
border-color css
<style>
span { border-color: #444C02; }
span { border-color: rgb(68,76,2); }
td.TdClassName
{
border-color: #444C02;
}
.TagClassName
{
border-color: #444C02;
}
</style>