Shades of Plantation #3B664C
Tints of Plantation #3B664C
RGB
CMYK
RGB Variations
Color information
#3B664C (or 0x3B664C) is known color: Plantation. HEX triplet: 3B, 66 and 4C. RGB value is (59,102,76). Sum of RGB (Red+Green+Blue) = 59+102+76=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #3B664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B664C is #C499B3. Grayscale: #565656. Windows color (decimal): -12884404 or 5006907. OLE color: 5006907.
HSL color Cylindrical-coordinate representation of color #3B664C: hue angle of 143.72º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B664C is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 102 | 76 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.6 |
| HSL | 143.72º | 0.27% | 0.32% | - |
| HSV(B) | 143.72º | 0.42% | 0.4% | - |
| XYZ | 7.86 | 10.95 | 8.54 | - |
| YUV | 86.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 76 | 0.42 | 0 | 0.25 | 0.6 | 143.72 | 0.27 | 0.32 |
| Hex | 3B | 66 | 4C | 2A | 0 | 19 | 3C | 90 | 1B | 20 |
| Octal | 73 | 146 | 114 | 52 | 0 | 31 | 74 | 220 | 33 | 40 |
| Binary | 111011 | 1100110 | 1001100 | 101010 | 0 | 11001 | 111100 | 10010000 | 11011 | 100000 |
Color Harmonies of #3B664C
Complementary color
Monochromatic Colors of #3B664C
Black with #3B664C
Text Example
Text Example
White with #3B664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B664C; }
p { color: rgb(59,102,76); }
H1.HeaderClassName
{
color: #3B664C;
}
.AnyTagClassName
{
color: #3B664C;
}
</style>
background-color css
<style>
a { background-color: #3B664C; }
a { background-color: rgb(59,102,76); }
div.DivClassName
{
background-color: #3B664C;
}
.BgClassName
{
background-color: #3B664C;
}
</style>
border-color css
<style>
span { border-color: #3B664C; }
span { border-color: rgb(59,102,76); }
td.TdClassName
{
border-color: #3B664C;
}
.TagClassName
{
border-color: #3B664C;
}
</style>