Shades of Verdun Green #446F08
Tints of Verdun Green #446F08
RGB
CMYK
RGB Variations
Color information
#446F08 (or 0x446F08) is known color: Verdun Green. HEX triplet: 44, 6F and 08. RGB value is (68,111,8). Sum of RGB (Red+Green+Blue) = 68+111+8=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #446F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446F08 is #BB90F7. Grayscale: #565656. Windows color (decimal): -12292344 or 552772. OLE color: 552772.
HSL color Cylindrical-coordinate representation of color #446F08: hue angle of 85.05º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #446F08 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 111 | 8 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.56 |
| HSL | 85.05º | 0.87% | 0.23% | - |
| HSV(B) | 85.05º | 0.93% | 0.44% | - |
| XYZ | 8.11 | 12.62 | 2.24 | - |
| YUV | 86.4 | 83.75 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 111 | 8 | 0.39 | 0 | 0.93 | 0.56 | 85.05 | 0.87 | 0.23 |
| Hex | 44 | 6F | 8 | 27 | 0 | 5D | 38 | 55 | 57 | 17 |
| Octal | 104 | 157 | 10 | 47 | 0 | 135 | 70 | 125 | 127 | 27 |
| Binary | 1000100 | 1101111 | 1000 | 100111 | 0 | 1011101 | 111000 | 1010101 | 1010111 | 10111 |
Color Harmonies of #446F08
Complementary color
Monochromatic Colors of #446F08
Black with #446F08
Text Example
Text Example
White with #446F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446F08; }
p { color: rgb(68,111,8); }
H1.HeaderClassName
{
color: #446F08;
}
.AnyTagClassName
{
color: #446F08;
}
</style>
background-color css
<style>
a { background-color: #446F08; }
a { background-color: rgb(68,111,8); }
div.DivClassName
{
background-color: #446F08;
}
.BgClassName
{
background-color: #446F08;
}
</style>
border-color css
<style>
span { border-color: #446F08; }
span { border-color: rgb(68,111,8); }
td.TdClassName
{
border-color: #446F08;
}
.TagClassName
{
border-color: #446F08;
}
</style>