Shades of Plantation #45564C
Tints of Plantation #45564C
RGB
CMYK
RGB Variations
Color information
#45564C (or 0x45564C) is known color: Plantation. HEX triplet: 45, 56 and 4C. RGB value is (69,86,76). Sum of RGB (Red+Green+Blue) = 69+86+76=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #45564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45564C is #BAA9B3. Grayscale: #4F4F4F. Windows color (decimal): -12233140 or 5002821. OLE color: 5002821.
HSL color Cylindrical-coordinate representation of color #45564C: hue angle of 144.71º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #45564C is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 76 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.66 |
| HSL | 144.71º | 0.11% | 0.3% | - |
| HSV(B) | 144.71º | 0.2% | 0.34% | - |
| XYZ | 7.09 | 8.44 | 8.09 | - |
| YUV | 79.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 76 | 0.20 | 0 | 0.12 | 0.66 | 144.71 | 0.11 | 0.3 |
| Hex | 45 | 56 | 4C | 14 | 0 | C | 42 | 91 | B | 1E |
| Octal | 105 | 126 | 114 | 24 | 0 | 14 | 102 | 221 | 13 | 36 |
| Binary | 1000101 | 1010110 | 1001100 | 10100 | 0 | 1100 | 1000010 | 10010001 | 1011 | 11110 |
Color Harmonies of #45564C
Complementary color
Monochromatic Colors of #45564C
Black with #45564C
Text Example
Text Example
White with #45564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45564C; }
p { color: rgb(69,86,76); }
H1.HeaderClassName
{
color: #45564C;
}
.AnyTagClassName
{
color: #45564C;
}
</style>
background-color css
<style>
a { background-color: #45564C; }
a { background-color: rgb(69,86,76); }
div.DivClassName
{
background-color: #45564C;
}
.BgClassName
{
background-color: #45564C;
}
</style>
border-color css
<style>
span { border-color: #45564C; }
span { border-color: rgb(69,86,76); }
td.TdClassName
{
border-color: #45564C;
}
.TagClassName
{
border-color: #45564C;
}
</style>