Shades of Plantation #42584B
Tints of Plantation #42584B
RGB
CMYK
RGB Variations
Color information
#42584B (or 0x42584B) is known color: Plantation. HEX triplet: 42, 58 and 4B. RGB value is (66,88,75). Sum of RGB (Red+Green+Blue) = 66+88+75=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #42584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42584B is #BDA7B4. Grayscale: #4F4F4F. Windows color (decimal): -12429237 or 4937794. OLE color: 4937794.
HSL color Cylindrical-coordinate representation of color #42584B: hue angle of 144.55º 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 #42584B is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 75 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.65 |
| HSL | 144.55º | 0.14% | 0.3% | - |
| HSV(B) | 144.55º | 0.25% | 0.35% | - |
| XYZ | 7.01 | 8.65 | 7.96 | - |
| YUV | 79.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 75 | 0.25 | 0 | 0.15 | 0.65 | 144.55 | 0.14 | 0.3 |
| Hex | 42 | 58 | 4B | 19 | 0 | F | 41 | 91 | E | 1E |
| Octal | 102 | 130 | 113 | 31 | 0 | 17 | 101 | 221 | 16 | 36 |
| Binary | 1000010 | 1011000 | 1001011 | 11001 | 0 | 1111 | 1000001 | 10010001 | 1110 | 11110 |
Color Harmonies of #42584B
Complementary color
Monochromatic Colors of #42584B
Black with #42584B
Text Example
Text Example
White with #42584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42584B; }
p { color: rgb(66,88,75); }
H1.HeaderClassName
{
color: #42584B;
}
.AnyTagClassName
{
color: #42584B;
}
</style>
background-color css
<style>
a { background-color: #42584B; }
a { background-color: rgb(66,88,75); }
div.DivClassName
{
background-color: #42584B;
}
.BgClassName
{
background-color: #42584B;
}
</style>
border-color css
<style>
span { border-color: #42584B; }
span { border-color: rgb(66,88,75); }
td.TdClassName
{
border-color: #42584B;
}
.TagClassName
{
border-color: #42584B;
}
</style>