Shades of Verdun Green #446A08
Tints of Verdun Green #446A08
RGB
CMYK
RGB Variations
Color information
#446A08 (or 0x446A08) is known color: Verdun Green. HEX triplet: 44, 6A and 08. RGB value is (68,106,8). Sum of RGB (Red+Green+Blue) = 68+106+8=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 106 (41.80% from 255 or 58.24% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 106 - color contains mainly: green. Hex color #446A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446A08 is #BB95F7. Grayscale: #535353. Windows color (decimal): -12293624 or 551492. OLE color: 551492.
HSL color Cylindrical-coordinate representation of color #446A08: hue angle of 83.27º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #446A08 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 106 | 8 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.58 |
| HSL | 83.27º | 0.86% | 0.22% | - |
| HSV(B) | 83.27º | 0.92% | 0.42% | - |
| XYZ | 7.58 | 11.55 | 2.06 | - |
| YUV | 83.47 | 85.41 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 8 | 0.36 | 0 | 0.92 | 0.58 | 83.27 | 0.86 | 0.22 |
| Hex | 44 | 6A | 8 | 24 | 0 | 5C | 3A | 53 | 56 | 16 |
| Octal | 104 | 152 | 10 | 44 | 0 | 134 | 72 | 123 | 126 | 26 |
| Binary | 1000100 | 1101010 | 1000 | 100100 | 0 | 1011100 | 111010 | 1010011 | 1010110 | 10110 |
Color Harmonies of #446A08
Complementary color
Monochromatic Colors of #446A08
Black with #446A08
Text Example
Text Example
White with #446A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A08; }
p { color: rgb(68,106,8); }
H1.HeaderClassName
{
color: #446A08;
}
.AnyTagClassName
{
color: #446A08;
}
</style>
background-color css
<style>
a { background-color: #446A08; }
a { background-color: rgb(68,106,8); }
div.DivClassName
{
background-color: #446A08;
}
.BgClassName
{
background-color: #446A08;
}
</style>
border-color css
<style>
span { border-color: #446A08; }
span { border-color: rgb(68,106,8); }
td.TdClassName
{
border-color: #446A08;
}
.TagClassName
{
border-color: #446A08;
}
</style>