Shades of Plantation #3C6048
Tints of Plantation #3C6048
RGB
CMYK
RGB Variations
Color information
#3C6048 (or 0x3C6048) is known color: Plantation. HEX triplet: 3C, 60 and 48. RGB value is (60,96,72). Sum of RGB (Red+Green+Blue) = 60+96+72=228 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.32% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6048 is #C39FB7. Grayscale: #525252. Windows color (decimal): -12820408 or 4743228. OLE color: 4743228.
HSL color Cylindrical-coordinate representation of color #3C6048: hue angle of 140º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C6048 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 72 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.62 |
| HSL | 140º | 0.23% | 0.31% | - |
| HSV(B) | 140º | 0.38% | 0.38% | - |
| XYZ | 7.22 | 9.79 | 7.64 | - |
| YUV | 82.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 72 | 0.38 | 0 | 0.25 | 0.62 | 140 | 0.23 | 0.31 |
| Hex | 3C | 60 | 48 | 26 | 0 | 19 | 3E | 8C | 17 | 1F |
| Octal | 74 | 140 | 110 | 46 | 0 | 31 | 76 | 214 | 27 | 37 |
| Binary | 111100 | 1100000 | 1001000 | 100110 | 0 | 11001 | 111110 | 10001100 | 10111 | 11111 |
Color Harmonies of #3C6048
Complementary color
Monochromatic Colors of #3C6048
Black with #3C6048
Text Example
Text Example
White with #3C6048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6048; }
p { color: rgb(60,96,72); }
H1.HeaderClassName
{
color: #3C6048;
}
.AnyTagClassName
{
color: #3C6048;
}
</style>
background-color css
<style>
a { background-color: #3C6048; }
a { background-color: rgb(60,96,72); }
div.DivClassName
{
background-color: #3C6048;
}
.BgClassName
{
background-color: #3C6048;
}
</style>
border-color css
<style>
span { border-color: #3C6048; }
span { border-color: rgb(60,96,72); }
td.TdClassName
{
border-color: #3C6048;
}
.TagClassName
{
border-color: #3C6048;
}
</style>