Shades of Plantation #3C5346
Tints of Plantation #3C5346
RGB
CMYK
RGB Variations
Color information
#3C5346 (or 0x3C5346) is known color: Plantation. HEX triplet: 3C, 53 and 46. RGB value is (60,83,70). Sum of RGB (Red+Green+Blue) = 60+83+70=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5346 is #C3ACB9. Grayscale: #4A4A4A. Windows color (decimal): -12823738 or 4608828. OLE color: 4608828.
HSL color Cylindrical-coordinate representation of color #3C5346: hue angle of 146.09º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C5346 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 70 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.67 |
| HSL | 146.09º | 0.16% | 0.28% | - |
| HSV(B) | 146.09º | 0.28% | 0.33% | - |
| XYZ | 6.06 | 7.59 | 6.94 | - |
| YUV | 74.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 70 | 0.28 | 0 | 0.16 | 0.67 | 146.09 | 0.16 | 0.28 |
| Hex | 3C | 53 | 46 | 1C | 0 | 10 | 43 | 92 | 10 | 1C |
| Octal | 74 | 123 | 106 | 34 | 0 | 20 | 103 | 222 | 20 | 34 |
| Binary | 111100 | 1010011 | 1000110 | 11100 | 0 | 10000 | 1000011 | 10010010 | 10000 | 11100 |
Color Harmonies of #3C5346
Complementary color
Monochromatic Colors of #3C5346
Black with #3C5346
Text Example
Text Example
White with #3C5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5346; }
p { color: rgb(60,83,70); }
H1.HeaderClassName
{
color: #3C5346;
}
.AnyTagClassName
{
color: #3C5346;
}
</style>
background-color css
<style>
a { background-color: #3C5346; }
a { background-color: rgb(60,83,70); }
div.DivClassName
{
background-color: #3C5346;
}
.BgClassName
{
background-color: #3C5346;
}
</style>
border-color css
<style>
span { border-color: #3C5346; }
span { border-color: rgb(60,83,70); }
td.TdClassName
{
border-color: #3C5346;
}
.TagClassName
{
border-color: #3C5346;
}
</style>