Shades of Verdun Green #446300
Tints of Verdun Green #446300
RGB
CMYK
RGB Variations
Color information
#446300 (or 0x446300) is known color: Verdun Green. HEX triplet: 44, 63 and 00. RGB value is (68,99,0). Sum of RGB (Red+Green+Blue) = 68+99+0=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #446300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446300 is #BB9CFF. Grayscale: #4E4E4E. Windows color (decimal): -12295424 or 25412. OLE color: 25412.
HSL color Cylindrical-coordinate representation of color #446300: hue angle of 78.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #446300 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 99 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.61 |
| HSL | 78.79º | 1% | 0.19% | - |
| HSV(B) | 78.79º | 1% | 0.39% | - |
| XYZ | 6.85 | 10.15 | 1.6 | - |
| YUV | 78.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 0 | 0.31 | 0 | 1 | 0.61 | 78.79 | 1 | 0.19 |
| Hex | 44 | 63 | 0 | 1F | 0 | 64 | 3D | 4F | 64 | 13 |
| Octal | 104 | 143 | 0 | 37 | 0 | 144 | 75 | 117 | 144 | 23 |
| Binary | 1000100 | 1100011 | 0 | 11111 | 0 | 1100100 | 111101 | 1001111 | 1100100 | 10011 |
Color Harmonies of #446300
Complementary color
Monochromatic Colors of #446300
Black with #446300
Text Example
Text Example
White with #446300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446300; }
p { color: rgb(68,99,0); }
H1.HeaderClassName
{
color: #446300;
}
.AnyTagClassName
{
color: #446300;
}
</style>
background-color css
<style>
a { background-color: #446300; }
a { background-color: rgb(68,99,0); }
div.DivClassName
{
background-color: #446300;
}
.BgClassName
{
background-color: #446300;
}
</style>
border-color css
<style>
span { border-color: #446300; }
span { border-color: rgb(68,99,0); }
td.TdClassName
{
border-color: #446300;
}
.TagClassName
{
border-color: #446300;
}
</style>