Shades of Plantation #444C47
Tints of Plantation #444C47
RGB
CMYK
RGB Variations
Color information
#444C47 (or 0x444C47) is known color: Plantation. HEX triplet: 44, 4C and 47. RGB value is (68,76,71). Sum of RGB (Red+Green+Blue) = 68+76+71=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #444C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444C47 is #BBB3B8. Grayscale: #494949. Windows color (decimal): -12301241 or 4672580. OLE color: 4672580.
HSL color Cylindrical-coordinate representation of color #444C47: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #444C47 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 76 | 71 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.70 |
| HSL | 142.5º | 0.06% | 0.28% | - |
| HSV(B) | 142.5º | 0.11% | 0.3% | - |
| XYZ | 6.11 | 6.85 | 6.96 | - |
| YUV | 73.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 71 | 0.11 | 0 | 0.07 | 0.70 | 142.5 | 0.06 | 0.28 |
| Hex | 44 | 4C | 47 | B | 0 | 7 | 46 | 8E | 6 | 1C |
| Octal | 104 | 114 | 107 | 13 | 0 | 7 | 106 | 216 | 6 | 34 |
| Binary | 1000100 | 1001100 | 1000111 | 1011 | 0 | 111 | 1000110 | 10001110 | 110 | 11100 |
Color Harmonies of #444C47
Complementary color
Monochromatic Colors of #444C47
Black with #444C47
Text Example
Text Example
White with #444C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C47; }
p { color: rgb(68,76,71); }
H1.HeaderClassName
{
color: #444C47;
}
.AnyTagClassName
{
color: #444C47;
}
</style>
background-color css
<style>
a { background-color: #444C47; }
a { background-color: rgb(68,76,71); }
div.DivClassName
{
background-color: #444C47;
}
.BgClassName
{
background-color: #444C47;
}
</style>
border-color css
<style>
span { border-color: #444C47; }
span { border-color: rgb(68,76,71); }
td.TdClassName
{
border-color: #444C47;
}
.TagClassName
{
border-color: #444C47;
}
</style>