Shades of Plantation #42564D
Tints of Plantation #42564D
RGB
CMYK
RGB Variations
Color information
#42564D (or 0x42564D) is known color: Plantation. HEX triplet: 42, 56 and 4D. RGB value is (66,86,77). Sum of RGB (Red+Green+Blue) = 66+86+77=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 86 - color contains mainly: green. Hex color #42564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42564D is #BDA9B2. Grayscale: #4F4F4F. Windows color (decimal): -12429747 or 5068354. OLE color: 5068354.
HSL color Cylindrical-coordinate representation of color #42564D: hue angle of 153º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #42564D is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 86 | 77 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.66 |
| HSL | 153º | 0.13% | 0.3% | - |
| HSV(B) | 153º | 0.23% | 0.34% | - |
| XYZ | 6.91 | 8.35 | 8.27 | - |
| YUV | 78.99 | 126.87 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 77 | 0.23 | 0 | 0.10 | 0.66 | 153 | 0.13 | 0.3 |
| Hex | 42 | 56 | 4D | 17 | 0 | A | 42 | 99 | D | 1E |
| Octal | 102 | 126 | 115 | 27 | 0 | 12 | 102 | 231 | 15 | 36 |
| Binary | 1000010 | 1010110 | 1001101 | 10111 | 0 | 1010 | 1000010 | 10011001 | 1101 | 11110 |
Color Harmonies of #42564D
Complementary color
Monochromatic Colors of #42564D
Black with #42564D
Text Example
Text Example
White with #42564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42564D; }
p { color: rgb(66,86,77); }
H1.HeaderClassName
{
color: #42564D;
}
.AnyTagClassName
{
color: #42564D;
}
</style>
background-color css
<style>
a { background-color: #42564D; }
a { background-color: rgb(66,86,77); }
div.DivClassName
{
background-color: #42564D;
}
.BgClassName
{
background-color: #42564D;
}
</style>
border-color css
<style>
span { border-color: #42564D; }
span { border-color: rgb(66,86,77); }
td.TdClassName
{
border-color: #42564D;
}
.TagClassName
{
border-color: #42564D;
}
</style>