Shades of Plantation #42574F
Tints of Plantation #42574F
RGB
CMYK
RGB Variations
Color information
#42574F (or 0x42574F) is known color: Plantation. HEX triplet: 42, 57 and 4F. RGB value is (66,87,79). Sum of RGB (Red+Green+Blue) = 66+87+79=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 87 - color contains mainly: green. Hex color #42574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42574F is #BDA8B0. Grayscale: #4F4F4F. Windows color (decimal): -12429489 or 5199682. OLE color: 5199682.
HSL color Cylindrical-coordinate representation of color #42574F: hue angle of 157.14º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #42574F is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 87 | 79 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.66 |
| HSL | 157.14º | 0.14% | 0.3% | - |
| HSV(B) | 157.14º | 0.24% | 0.34% | - |
| XYZ | 7.07 | 8.54 | 8.67 | - |
| YUV | 79.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 79 | 0.24 | 0 | 0.09 | 0.66 | 157.14 | 0.14 | 0.3 |
| Hex | 42 | 57 | 4F | 18 | 0 | 9 | 42 | 9D | E | 1E |
| Octal | 102 | 127 | 117 | 30 | 0 | 11 | 102 | 235 | 16 | 36 |
| Binary | 1000010 | 1010111 | 1001111 | 11000 | 0 | 1001 | 1000010 | 10011101 | 1110 | 11110 |
Color Harmonies of #42574F
Complementary color
Monochromatic Colors of #42574F
Black with #42574F
Text Example
Text Example
White with #42574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42574F; }
p { color: rgb(66,87,79); }
H1.HeaderClassName
{
color: #42574F;
}
.AnyTagClassName
{
color: #42574F;
}
</style>
background-color css
<style>
a { background-color: #42574F; }
a { background-color: rgb(66,87,79); }
div.DivClassName
{
background-color: #42574F;
}
.BgClassName
{
background-color: #42574F;
}
</style>
border-color css
<style>
span { border-color: #42574F; }
span { border-color: rgb(66,87,79); }
td.TdClassName
{
border-color: #42574F;
}
.TagClassName
{
border-color: #42574F;
}
</style>