Shades of Plantation #42594E
Tints of Plantation #42594E
RGB
CMYK
RGB Variations
Color information
#42594E (or 0x42594E) is known color: Plantation. HEX triplet: 42, 59 and 4E. RGB value is (66,89,78). Sum of RGB (Red+Green+Blue) = 66+89+78=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #42594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42594E is #BDA6B1. Grayscale: #505050. Windows color (decimal): -12428978 or 5134658. OLE color: 5134658.
HSL color Cylindrical-coordinate representation of color #42594E: hue angle of 151.3º 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 #42594E is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 89 | 78 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.65 |
| HSL | 151.3º | 0.15% | 0.3% | - |
| HSV(B) | 151.3º | 0.26% | 0.35% | - |
| XYZ | 7.19 | 8.85 | 8.54 | - |
| YUV | 80.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 78 | 0.26 | 0 | 0.12 | 0.65 | 151.3 | 0.15 | 0.3 |
| Hex | 42 | 59 | 4E | 1A | 0 | C | 41 | 97 | F | 1E |
| Octal | 102 | 131 | 116 | 32 | 0 | 14 | 101 | 227 | 17 | 36 |
| Binary | 1000010 | 1011001 | 1001110 | 11010 | 0 | 1100 | 1000001 | 10010111 | 1111 | 11110 |
Color Harmonies of #42594E
Complementary color
Monochromatic Colors of #42594E
Black with #42594E
Text Example
Text Example
White with #42594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42594E; }
p { color: rgb(66,89,78); }
H1.HeaderClassName
{
color: #42594E;
}
.AnyTagClassName
{
color: #42594E;
}
</style>
background-color css
<style>
a { background-color: #42594E; }
a { background-color: rgb(66,89,78); }
div.DivClassName
{
background-color: #42594E;
}
.BgClassName
{
background-color: #42594E;
}
</style>
border-color css
<style>
span { border-color: #42594E; }
span { border-color: rgb(66,89,78); }
td.TdClassName
{
border-color: #42594E;
}
.TagClassName
{
border-color: #42594E;
}
</style>