Shades of Plantation #445B4E
Tints of Plantation #445B4E
RGB
CMYK
RGB Variations
Color information
#445B4E (or 0x445B4E) is known color: Plantation. HEX triplet: 44, 5B and 4E. RGB value is (68,91,78). Sum of RGB (Red+Green+Blue) = 68+91+78=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #445B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B4E is #BBA4B1. Grayscale: #525252. Windows color (decimal): -12297394 or 5135172. OLE color: 5135172.
HSL color Cylindrical-coordinate representation of color #445B4E: hue angle of 146.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #445B4E is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 78 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.64 |
| HSL | 146.09º | 0.14% | 0.31% | - |
| HSV(B) | 146.09º | 0.25% | 0.36% | - |
| XYZ | 7.5 | 9.26 | 8.6 | - |
| YUV | 82.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 78 | 0.25 | 0 | 0.14 | 0.64 | 146.09 | 0.14 | 0.31 |
| Hex | 44 | 5B | 4E | 19 | 0 | E | 40 | 92 | E | 1F |
| Octal | 104 | 133 | 116 | 31 | 0 | 16 | 100 | 222 | 16 | 37 |
| Binary | 1000100 | 1011011 | 1001110 | 11001 | 0 | 1110 | 1000000 | 10010010 | 1110 | 11111 |
Color Harmonies of #445B4E
Complementary color
Monochromatic Colors of #445B4E
Black with #445B4E
Text Example
Text Example
White with #445B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B4E; }
p { color: rgb(68,91,78); }
H1.HeaderClassName
{
color: #445B4E;
}
.AnyTagClassName
{
color: #445B4E;
}
</style>
background-color css
<style>
a { background-color: #445B4E; }
a { background-color: rgb(68,91,78); }
div.DivClassName
{
background-color: #445B4E;
}
.BgClassName
{
background-color: #445B4E;
}
</style>
border-color css
<style>
span { border-color: #445B4E; }
span { border-color: rgb(68,91,78); }
td.TdClassName
{
border-color: #445B4E;
}
.TagClassName
{
border-color: #445B4E;
}
</style>