Shades of Plantation #44554B
Tints of Plantation #44554B
RGB
CMYK
RGB Variations
Color information
#44554B (or 0x44554B) is known color: Plantation. HEX triplet: 44, 55 and 4B. RGB value is (68,85,75). Sum of RGB (Red+Green+Blue) = 68+85+75=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #44554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44554B is #BBAAB4. Grayscale: #4E4E4E. Windows color (decimal): -12298933 or 4937028. OLE color: 4937028.
HSL color Cylindrical-coordinate representation of color #44554B: hue angle of 144.71º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #44554B is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 75 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.67 |
| HSL | 144.71º | 0.11% | 0.3% | - |
| HSV(B) | 144.71º | 0.2% | 0.33% | - |
| XYZ | 6.9 | 8.23 | 7.88 | - |
| YUV | 78.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 75 | 0.20 | 0 | 0.12 | 0.67 | 144.71 | 0.11 | 0.3 |
| Hex | 44 | 55 | 4B | 14 | 0 | C | 43 | 91 | B | 1E |
| Octal | 104 | 125 | 113 | 24 | 0 | 14 | 103 | 221 | 13 | 36 |
| Binary | 1000100 | 1010101 | 1001011 | 10100 | 0 | 1100 | 1000011 | 10010001 | 1011 | 11110 |
Color Harmonies of #44554B
Complementary color
Monochromatic Colors of #44554B
Black with #44554B
Text Example
Text Example
White with #44554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44554B; }
p { color: rgb(68,85,75); }
H1.HeaderClassName
{
color: #44554B;
}
.AnyTagClassName
{
color: #44554B;
}
</style>
background-color css
<style>
a { background-color: #44554B; }
a { background-color: rgb(68,85,75); }
div.DivClassName
{
background-color: #44554B;
}
.BgClassName
{
background-color: #44554B;
}
</style>
border-color css
<style>
span { border-color: #44554B; }
span { border-color: rgb(68,85,75); }
td.TdClassName
{
border-color: #44554B;
}
.TagClassName
{
border-color: #44554B;
}
</style>