Shades of Plantation #444F49
Tints of Plantation #444F49
RGB
CMYK
RGB Variations
Color information
#444F49 (or 0x444F49) is known color: Plantation. HEX triplet: 44, 4F and 49. RGB value is (68,79,73). Sum of RGB (Red+Green+Blue) = 68+79+73=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #444F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F49 is #BBB0B6. Grayscale: #4B4B4B. Windows color (decimal): -12300471 or 4804420. OLE color: 4804420.
HSL color Cylindrical-coordinate representation of color #444F49: hue angle of 147.27º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444F49 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 73 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.69 |
| HSL | 147.27º | 0.07% | 0.29% | - |
| HSV(B) | 147.27º | 0.14% | 0.31% | - |
| XYZ | 6.38 | 7.3 | 7.38 | - |
| YUV | 75.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 73 | 0.14 | 0 | 0.08 | 0.69 | 147.27 | 0.07 | 0.29 |
| Hex | 44 | 4F | 49 | E | 0 | 8 | 45 | 93 | 7 | 1D |
| Octal | 104 | 117 | 111 | 16 | 0 | 10 | 105 | 223 | 7 | 35 |
| Binary | 1000100 | 1001111 | 1001001 | 1110 | 0 | 1000 | 1000101 | 10010011 | 111 | 11101 |
Color Harmonies of #444F49
Complementary color
Monochromatic Colors of #444F49
Black with #444F49
Text Example
Text Example
White with #444F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F49; }
p { color: rgb(68,79,73); }
H1.HeaderClassName
{
color: #444F49;
}
.AnyTagClassName
{
color: #444F49;
}
</style>
background-color css
<style>
a { background-color: #444F49; }
a { background-color: rgb(68,79,73); }
div.DivClassName
{
background-color: #444F49;
}
.BgClassName
{
background-color: #444F49;
}
</style>
border-color css
<style>
span { border-color: #444F49; }
span { border-color: rgb(68,79,73); }
td.TdClassName
{
border-color: #444F49;
}
.TagClassName
{
border-color: #444F49;
}
</style>