Shades of Plantation #3C5148
Tints of Plantation #3C5148
RGB
CMYK
RGB Variations
Color information
#3C5148 (or 0x3C5148) is known color: Plantation. HEX triplet: 3C, 51 and 48. RGB value is (60,81,72). Sum of RGB (Red+Green+Blue) = 60+81+72=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #3C5148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5148 is #C3AEB7. Grayscale: #494949. Windows color (decimal): -12824248 or 4739388. OLE color: 4739388.
HSL color Cylindrical-coordinate representation of color #3C5148: hue angle of 154.29º 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 #3C5148 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 72 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.68 |
| HSL | 154.29º | 0.15% | 0.28% | - |
| HSV(B) | 154.29º | 0.26% | 0.32% | - |
| XYZ | 5.98 | 7.31 | 7.23 | - |
| YUV | 73.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 72 | 0.26 | 0 | 0.11 | 0.68 | 154.29 | 0.15 | 0.28 |
| Hex | 3C | 51 | 48 | 1A | 0 | B | 44 | 9A | F | 1C |
| Octal | 74 | 121 | 110 | 32 | 0 | 13 | 104 | 232 | 17 | 34 |
| Binary | 111100 | 1010001 | 1001000 | 11010 | 0 | 1011 | 1000100 | 10011010 | 1111 | 11100 |
Color Harmonies of #3C5148
Complementary color
Monochromatic Colors of #3C5148
Black with #3C5148
Text Example
Text Example
White with #3C5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5148; }
p { color: rgb(60,81,72); }
H1.HeaderClassName
{
color: #3C5148;
}
.AnyTagClassName
{
color: #3C5148;
}
</style>
background-color css
<style>
a { background-color: #3C5148; }
a { background-color: rgb(60,81,72); }
div.DivClassName
{
background-color: #3C5148;
}
.BgClassName
{
background-color: #3C5148;
}
</style>
border-color css
<style>
span { border-color: #3C5148; }
span { border-color: rgb(60,81,72); }
td.TdClassName
{
border-color: #3C5148;
}
.TagClassName
{
border-color: #3C5148;
}
</style>