Shades of Plantation #3B664D
Tints of Plantation #3B664D
RGB
CMYK
RGB Variations
Color information
#3B664D (or 0x3B664D) is known color: Plantation. HEX triplet: 3B, 66 and 4D. RGB value is (59,102,77). Sum of RGB (Red+Green+Blue) = 59+102+77=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #3B664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B664D is #C499B2. Grayscale: #565656. Windows color (decimal): -12884403 or 5072443. OLE color: 5072443.
HSL color Cylindrical-coordinate representation of color #3B664D: hue angle of 145.12º 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 #3B664D is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 102 | 77 | - |
| CMYK | 0.42 | 0 | 0.25 | 0.6 |
| HSL | 145.12º | 0.27% | 0.32% | - |
| HSV(B) | 145.12º | 0.42% | 0.4% | - |
| XYZ | 7.89 | 10.97 | 8.72 | - |
| YUV | 86.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 77 | 0.42 | 0 | 0.25 | 0.6 | 145.12 | 0.27 | 0.32 |
| Hex | 3B | 66 | 4D | 2A | 0 | 19 | 3C | 91 | 1B | 20 |
| Octal | 73 | 146 | 115 | 52 | 0 | 31 | 74 | 221 | 33 | 40 |
| Binary | 111011 | 1100110 | 1001101 | 101010 | 0 | 11001 | 111100 | 10010001 | 11011 | 100000 |
Color Harmonies of #3B664D
Complementary color
Monochromatic Colors of #3B664D
Black with #3B664D
Text Example
Text Example
White with #3B664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B664D; }
p { color: rgb(59,102,77); }
H1.HeaderClassName
{
color: #3B664D;
}
.AnyTagClassName
{
color: #3B664D;
}
</style>
background-color css
<style>
a { background-color: #3B664D; }
a { background-color: rgb(59,102,77); }
div.DivClassName
{
background-color: #3B664D;
}
.BgClassName
{
background-color: #3B664D;
}
</style>
border-color css
<style>
span { border-color: #3B664D; }
span { border-color: rgb(59,102,77); }
td.TdClassName
{
border-color: #3B664D;
}
.TagClassName
{
border-color: #3B664D;
}
</style>