Shades of Plantation #3B674D
Tints of Plantation #3B674D
RGB
CMYK
RGB Variations
Color information
#3B674D (or 0x3B674D) is known color: Plantation. HEX triplet: 3B, 67 and 4D. RGB value is (59,103,77). Sum of RGB (Red+Green+Blue) = 59+103+77=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #3B674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B674D is #C498B2. Grayscale: #565656. Windows color (decimal): -12884147 or 5072699. OLE color: 5072699.
HSL color Cylindrical-coordinate representation of color #3B674D: hue angle of 144.55º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B674D is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 103 | 77 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.60 |
| HSL | 144.55º | 0.27% | 0.32% | - |
| HSV(B) | 144.55º | 0.43% | 0.4% | - |
| XYZ | 7.99 | 11.17 | 8.76 | - |
| YUV | 86.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 77 | 0.43 | 0 | 0.25 | 0.60 | 144.55 | 0.27 | 0.32 |
| Hex | 3B | 67 | 4D | 2B | 0 | 19 | 3C | 91 | 1B | 20 |
| Octal | 73 | 147 | 115 | 53 | 0 | 31 | 74 | 221 | 33 | 40 |
| Binary | 111011 | 1100111 | 1001101 | 101011 | 0 | 11001 | 111100 | 10010001 | 11011 | 100000 |
Color Harmonies of #3B674D
Complementary color
Monochromatic Colors of #3B674D
Black with #3B674D
Text Example
Text Example
White with #3B674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B674D; }
p { color: rgb(59,103,77); }
H1.HeaderClassName
{
color: #3B674D;
}
.AnyTagClassName
{
color: #3B674D;
}
</style>
background-color css
<style>
a { background-color: #3B674D; }
a { background-color: rgb(59,103,77); }
div.DivClassName
{
background-color: #3B674D;
}
.BgClassName
{
background-color: #3B674D;
}
</style>
border-color css
<style>
span { border-color: #3B674D; }
span { border-color: rgb(59,103,77); }
td.TdClassName
{
border-color: #3B674D;
}
.TagClassName
{
border-color: #3B674D;
}
</style>