Shades of Plantation #45574E
Tints of Plantation #45574E
RGB
CMYK
RGB Variations
Color information
#45574E (or 0x45574E) is known color: Plantation. HEX triplet: 45, 57 and 4E. RGB value is (69,87,78). Sum of RGB (Red+Green+Blue) = 69+87+78=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 87 - color contains mainly: green. Hex color #45574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45574E is #BAA8B1. Grayscale: #505050. Windows color (decimal): -12232882 or 5134149. OLE color: 5134149.
HSL color Cylindrical-coordinate representation of color #45574E: hue angle of 150º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #45574E is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 87 | 78 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.66 |
| HSL | 150º | 0.12% | 0.31% | - |
| HSV(B) | 150º | 0.21% | 0.34% | - |
| XYZ | 7.24 | 8.63 | 8.49 | - |
| YUV | 80.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 78 | 0.21 | 0 | 0.10 | 0.66 | 150 | 0.12 | 0.31 |
| Hex | 45 | 57 | 4E | 15 | 0 | A | 42 | 96 | C | 1F |
| Octal | 105 | 127 | 116 | 25 | 0 | 12 | 102 | 226 | 14 | 37 |
| Binary | 1000101 | 1010111 | 1001110 | 10101 | 0 | 1010 | 1000010 | 10010110 | 1100 | 11111 |
Color Harmonies of #45574E
Complementary color
Monochromatic Colors of #45574E
Black with #45574E
Text Example
Text Example
White with #45574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45574E; }
p { color: rgb(69,87,78); }
H1.HeaderClassName
{
color: #45574E;
}
.AnyTagClassName
{
color: #45574E;
}
</style>
background-color css
<style>
a { background-color: #45574E; }
a { background-color: rgb(69,87,78); }
div.DivClassName
{
background-color: #45574E;
}
.BgClassName
{
background-color: #45574E;
}
</style>
border-color css
<style>
span { border-color: #45574E; }
span { border-color: rgb(69,87,78); }
td.TdClassName
{
border-color: #45574E;
}
.TagClassName
{
border-color: #45574E;
}
</style>