Shades of Plantation #445249
Tints of Plantation #445249
RGB
CMYK
RGB Variations
Color information
#445249 (or 0x445249) is known color: Plantation. HEX triplet: 44, 52 and 49. RGB value is (68,82,73). Sum of RGB (Red+Green+Blue) = 68+82+73=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 82 - color contains mainly: green. Hex color #445249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445249 is #BBADB6. Grayscale: #4C4C4C. Windows color (decimal): -12299703 or 4805188. OLE color: 4805188.
HSL color Cylindrical-coordinate representation of color #445249: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #445249 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 73 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.68 |
| HSL | 141.43º | 0.09% | 0.29% | - |
| HSV(B) | 141.43º | 0.17% | 0.32% | - |
| XYZ | 6.6 | 7.74 | 7.45 | - |
| YUV | 76.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 73 | 0.17 | 0 | 0.11 | 0.68 | 141.43 | 0.09 | 0.29 |
| Hex | 44 | 52 | 49 | 11 | 0 | B | 44 | 8D | 9 | 1D |
| Octal | 104 | 122 | 111 | 21 | 0 | 13 | 104 | 215 | 11 | 35 |
| Binary | 1000100 | 1010010 | 1001001 | 10001 | 0 | 1011 | 1000100 | 10001101 | 1001 | 11101 |
Color Harmonies of #445249
Complementary color
Monochromatic Colors of #445249
Black with #445249
Text Example
Text Example
White with #445249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445249; }
p { color: rgb(68,82,73); }
H1.HeaderClassName
{
color: #445249;
}
.AnyTagClassName
{
color: #445249;
}
</style>
background-color css
<style>
a { background-color: #445249; }
a { background-color: rgb(68,82,73); }
div.DivClassName
{
background-color: #445249;
}
.BgClassName
{
background-color: #445249;
}
</style>
border-color css
<style>
span { border-color: #445249; }
span { border-color: rgb(68,82,73); }
td.TdClassName
{
border-color: #445249;
}
.TagClassName
{
border-color: #445249;
}
</style>