Shades of Plantation #3C5147
Tints of Plantation #3C5147
RGB
CMYK
RGB Variations
Color information
#3C5147 (or 0x3C5147) is known color: Plantation. HEX triplet: 3C, 51 and 47. RGB value is (60,81,71). Sum of RGB (Red+Green+Blue) = 60+81+71=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5147 is #C3AEB8. Grayscale: #494949. Windows color (decimal): -12824249 or 4673852. OLE color: 4673852.
HSL color Cylindrical-coordinate representation of color #3C5147: hue angle of 151.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3C5147 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 71 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.68 |
| HSL | 151.43º | 0.15% | 0.28% | - |
| HSV(B) | 151.43º | 0.26% | 0.32% | - |
| XYZ | 5.94 | 7.3 | 7.06 | - |
| YUV | 73.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 71 | 0.26 | 0 | 0.12 | 0.68 | 151.43 | 0.15 | 0.28 |
| Hex | 3C | 51 | 47 | 1A | 0 | C | 44 | 97 | F | 1C |
| Octal | 74 | 121 | 107 | 32 | 0 | 14 | 104 | 227 | 17 | 34 |
| Binary | 111100 | 1010001 | 1000111 | 11010 | 0 | 1100 | 1000100 | 10010111 | 1111 | 11100 |
Color Harmonies of #3C5147
Complementary color
Monochromatic Colors of #3C5147
Black with #3C5147
Text Example
Text Example
White with #3C5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5147; }
p { color: rgb(60,81,71); }
H1.HeaderClassName
{
color: #3C5147;
}
.AnyTagClassName
{
color: #3C5147;
}
</style>
background-color css
<style>
a { background-color: #3C5147; }
a { background-color: rgb(60,81,71); }
div.DivClassName
{
background-color: #3C5147;
}
.BgClassName
{
background-color: #3C5147;
}
</style>
border-color css
<style>
span { border-color: #3C5147; }
span { border-color: rgb(60,81,71); }
td.TdClassName
{
border-color: #3C5147;
}
.TagClassName
{
border-color: #3C5147;
}
</style>