Shades of Plantation #42594F
Tints of Plantation #42594F
RGB
CMYK
RGB Variations
Color information
#42594F (or 0x42594F) is known color: Plantation. HEX triplet: 42, 59 and 4F. RGB value is (66,89,79). Sum of RGB (Red+Green+Blue) = 66+89+79=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 89 - color contains mainly: green. Hex color #42594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42594F is #BDA6B0. Grayscale: #515151. Windows color (decimal): -12428977 or 5200194. OLE color: 5200194.
HSL color Cylindrical-coordinate representation of color #42594F: hue angle of 153.91º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #42594F is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 89 | 79 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.65 |
| HSL | 153.91º | 0.15% | 0.3% | - |
| HSV(B) | 153.91º | 0.26% | 0.35% | - |
| XYZ | 7.23 | 8.87 | 8.73 | - |
| YUV | 80.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 79 | 0.26 | 0 | 0.11 | 0.65 | 153.91 | 0.15 | 0.3 |
| Hex | 42 | 59 | 4F | 1A | 0 | B | 41 | 9A | F | 1E |
| Octal | 102 | 131 | 117 | 32 | 0 | 13 | 101 | 232 | 17 | 36 |
| Binary | 1000010 | 1011001 | 1001111 | 11010 | 0 | 1011 | 1000001 | 10011010 | 1111 | 11110 |
Color Harmonies of #42594F
Complementary color
Monochromatic Colors of #42594F
Black with #42594F
Text Example
Text Example
White with #42594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42594F; }
p { color: rgb(66,89,79); }
H1.HeaderClassName
{
color: #42594F;
}
.AnyTagClassName
{
color: #42594F;
}
</style>
background-color css
<style>
a { background-color: #42594F; }
a { background-color: rgb(66,89,79); }
div.DivClassName
{
background-color: #42594F;
}
.BgClassName
{
background-color: #42594F;
}
</style>
border-color css
<style>
span { border-color: #42594F; }
span { border-color: rgb(66,89,79); }
td.TdClassName
{
border-color: #42594F;
}
.TagClassName
{
border-color: #42594F;
}
</style>