Shades of Verdun Green #446103
Tints of Verdun Green #446103
RGB
CMYK
RGB Variations
Color information
#446103 (or 0x446103) is known color: Verdun Green. HEX triplet: 44, 61 and 03. RGB value is (68,97,3). Sum of RGB (Red+Green+Blue) = 68+97+3=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #446103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446103 is #BB9EFC. Grayscale: #4D4D4D. Windows color (decimal): -12295933 or 221508. OLE color: 221508.
HSL color Cylindrical-coordinate representation of color #446103: hue angle of 78.51º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #446103 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 97 | 3 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.62 |
| HSL | 78.51º | 0.94% | 0.2% | - |
| HSV(B) | 78.51º | 0.97% | 0.38% | - |
| XYZ | 6.68 | 9.78 | 1.62 | - |
| YUV | 77.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 3 | 0.30 | 0 | 0.97 | 0.62 | 78.51 | 0.94 | 0.2 |
| Hex | 44 | 61 | 3 | 1E | 0 | 61 | 3E | 4F | 5E | 14 |
| Octal | 104 | 141 | 3 | 36 | 0 | 141 | 76 | 117 | 136 | 24 |
| Binary | 1000100 | 1100001 | 11 | 11110 | 0 | 1100001 | 111110 | 1001111 | 1011110 | 10100 |
Color Harmonies of #446103
Complementary color
Monochromatic Colors of #446103
Black with #446103
Text Example
Text Example
White with #446103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446103; }
p { color: rgb(68,97,3); }
H1.HeaderClassName
{
color: #446103;
}
.AnyTagClassName
{
color: #446103;
}
</style>
background-color css
<style>
a { background-color: #446103; }
a { background-color: rgb(68,97,3); }
div.DivClassName
{
background-color: #446103;
}
.BgClassName
{
background-color: #446103;
}
</style>
border-color css
<style>
span { border-color: #446103; }
span { border-color: rgb(68,97,3); }
td.TdClassName
{
border-color: #446103;
}
.TagClassName
{
border-color: #446103;
}
</style>