Shades of Verdun Green #444602
Tints of Verdun Green #444602
RGB
CMYK
RGB Variations
Color information
#444602 (or 0x444602) is known color: Verdun Green. HEX triplet: 44, 46 and 02. RGB value is (68,70,2). Sum of RGB (Red+Green+Blue) = 68+70+2=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #444602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444602 is #BBB9FD. Grayscale: #3D3D3D. Windows color (decimal): -12302846 or 149060. OLE color: 149060.
HSL color Cylindrical-coordinate representation of color #444602: hue angle of 61.76º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #444602 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 70 | 2 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.73 |
| HSL | 61.76º | 0.94% | 0.14% | - |
| HSV(B) | 61.76º | 0.97% | 0.27% | - |
| XYZ | 4.59 | 5.61 | 0.9 | - |
| YUV | 61.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 70 | 2 | 0.03 | 0 | 0.97 | 0.73 | 61.76 | 0.94 | 0.14 |
| Hex | 44 | 46 | 2 | 3 | 0 | 61 | 49 | 3E | 5E | E |
| Octal | 104 | 106 | 2 | 3 | 0 | 141 | 111 | 76 | 136 | 16 |
| Binary | 1000100 | 1000110 | 10 | 11 | 0 | 1100001 | 1001001 | 111110 | 1011110 | 1110 |
Color Harmonies of #444602
Complementary color
Monochromatic Colors of #444602
Black with #444602
Text Example
Text Example
White with #444602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444602; }
p { color: rgb(68,70,2); }
H1.HeaderClassName
{
color: #444602;
}
.AnyTagClassName
{
color: #444602;
}
</style>
background-color css
<style>
a { background-color: #444602; }
a { background-color: rgb(68,70,2); }
div.DivClassName
{
background-color: #444602;
}
.BgClassName
{
background-color: #444602;
}
</style>
border-color css
<style>
span { border-color: #444602; }
span { border-color: rgb(68,70,2); }
td.TdClassName
{
border-color: #444602;
}
.TagClassName
{
border-color: #444602;
}
</style>