Shades of Plantation #42584C
Tints of Plantation #42584C
RGB
CMYK
RGB Variations
Color information
#42584C (or 0x42584C) is known color: Plantation. HEX triplet: 42, 58 and 4C. RGB value is (66,88,76). Sum of RGB (Red+Green+Blue) = 66+88+76=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #42584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42584C is #BDA7B3. Grayscale: #505050. Windows color (decimal): -12429236 or 5003330. OLE color: 5003330.
HSL color Cylindrical-coordinate representation of color #42584C: hue angle of 147.27º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #42584C is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 76 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.65 |
| HSL | 147.27º | 0.14% | 0.3% | - |
| HSV(B) | 147.27º | 0.25% | 0.35% | - |
| XYZ | 7.04 | 8.66 | 8.14 | - |
| YUV | 80.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 76 | 0.25 | 0 | 0.14 | 0.65 | 147.27 | 0.14 | 0.3 |
| Hex | 42 | 58 | 4C | 19 | 0 | E | 41 | 93 | E | 1E |
| Octal | 102 | 130 | 114 | 31 | 0 | 16 | 101 | 223 | 16 | 36 |
| Binary | 1000010 | 1011000 | 1001100 | 11001 | 0 | 1110 | 1000001 | 10010011 | 1110 | 11110 |
Color Harmonies of #42584C
Complementary color
Monochromatic Colors of #42584C
Black with #42584C
Text Example
Text Example
White with #42584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42584C; }
p { color: rgb(66,88,76); }
H1.HeaderClassName
{
color: #42584C;
}
.AnyTagClassName
{
color: #42584C;
}
</style>
background-color css
<style>
a { background-color: #42584C; }
a { background-color: rgb(66,88,76); }
div.DivClassName
{
background-color: #42584C;
}
.BgClassName
{
background-color: #42584C;
}
</style>
border-color css
<style>
span { border-color: #42584C; }
span { border-color: rgb(66,88,76); }
td.TdClassName
{
border-color: #42584C;
}
.TagClassName
{
border-color: #42584C;
}
</style>