Shades of Plantation #3B674C
Tints of Plantation #3B674C
RGB
CMYK
RGB Variations
Color information
#3B674C (or 0x3B674C) is known color: Plantation. HEX triplet: 3B, 67 and 4C. RGB value is (59,103,76). Sum of RGB (Red+Green+Blue) = 59+103+76=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #3B674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B674C is #C498B3. Grayscale: #565656. Windows color (decimal): -12884148 or 5007163. OLE color: 5007163.
HSL color Cylindrical-coordinate representation of color #3B674C: hue angle of 143.18º 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 #3B674C is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 103 | 76 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.60 |
| HSL | 143.18º | 0.27% | 0.32% | - |
| HSV(B) | 143.18º | 0.43% | 0.4% | - |
| XYZ | 7.96 | 11.15 | 8.57 | - |
| YUV | 86.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 76 | 0.43 | 0 | 0.26 | 0.60 | 143.18 | 0.27 | 0.32 |
| Hex | 3B | 67 | 4C | 2B | 0 | 1A | 3C | 8F | 1B | 20 |
| Octal | 73 | 147 | 114 | 53 | 0 | 32 | 74 | 217 | 33 | 40 |
| Binary | 111011 | 1100111 | 1001100 | 101011 | 0 | 11010 | 111100 | 10001111 | 11011 | 100000 |
Color Harmonies of #3B674C
Complementary color
Monochromatic Colors of #3B674C
Black with #3B674C
Text Example
Text Example
White with #3B674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B674C; }
p { color: rgb(59,103,76); }
H1.HeaderClassName
{
color: #3B674C;
}
.AnyTagClassName
{
color: #3B674C;
}
</style>
background-color css
<style>
a { background-color: #3B674C; }
a { background-color: rgb(59,103,76); }
div.DivClassName
{
background-color: #3B674C;
}
.BgClassName
{
background-color: #3B674C;
}
</style>
border-color css
<style>
span { border-color: #3B674C; }
span { border-color: rgb(59,103,76); }
td.TdClassName
{
border-color: #3B674C;
}
.TagClassName
{
border-color: #3B674C;
}
</style>