Shades of Verdun Green #446409
Tints of Verdun Green #446409
RGB
CMYK
RGB Variations
Color information
#446409 (or 0x446409) is known color: Verdun Green. HEX triplet: 44, 64 and 09. RGB value is (68,100,9). Sum of RGB (Red+Green+Blue) = 68+100+9=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 100 (39.45% from 255 or 56.50% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 100 - color contains mainly: green. Hex color #446409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #446409 is #BB9BF6. Grayscale: #505050. Windows color (decimal): -12295159 or 615492. OLE color: 615492.
HSL color Cylindrical-coordinate representation of color #446409: hue angle of 81.1º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #446409 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 9 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.61 |
| HSL | 81.1º | 0.83% | 0.21% | - |
| HSV(B) | 81.1º | 0.91% | 0.39% | - |
| XYZ | 6.99 | 10.36 | 1.89 | - |
| YUV | 80.06 | 87.9 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 9 | 0.32 | 0 | 0.91 | 0.61 | 81.1 | 0.83 | 0.21 |
| Hex | 44 | 64 | 9 | 20 | 0 | 5B | 3D | 51 | 53 | 15 |
| Octal | 104 | 144 | 11 | 40 | 0 | 133 | 75 | 121 | 123 | 25 |
| Binary | 1000100 | 1100100 | 1001 | 100000 | 0 | 1011011 | 111101 | 1010001 | 1010011 | 10101 |
Color Harmonies of #446409
Complementary color
Monochromatic Colors of #446409
Black with #446409
Text Example
Text Example
White with #446409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446409; }
p { color: rgb(68,100,9); }
H1.HeaderClassName
{
color: #446409;
}
.AnyTagClassName
{
color: #446409;
}
</style>
background-color css
<style>
a { background-color: #446409; }
a { background-color: rgb(68,100,9); }
div.DivClassName
{
background-color: #446409;
}
.BgClassName
{
background-color: #446409;
}
</style>
border-color css
<style>
span { border-color: #446409; }
span { border-color: rgb(68,100,9); }
td.TdClassName
{
border-color: #446409;
}
.TagClassName
{
border-color: #446409;
}
</style>