Shades of Plantation #3C6350
Tints of Plantation #3C6350
RGB
CMYK
RGB Variations
Color information
#3C6350 (or 0x3C6350) is known color: Plantation. HEX triplet: 3C, 63 and 50. RGB value is (60,99,80). Sum of RGB (Red+Green+Blue) = 60+99+80=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #3C6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6350 is #C39CAF. Grayscale: #555555. Windows color (decimal): -12819632 or 5268284. OLE color: 5268284.
HSL color Cylindrical-coordinate representation of color #3C6350: hue angle of 150.77º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C6350 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 99 | 80 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.61 |
| HSL | 150.77º | 0.25% | 0.31% | - |
| HSV(B) | 150.77º | 0.39% | 0.39% | - |
| XYZ | 7.77 | 10.46 | 9.2 | - |
| YUV | 85.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 99 | 80 | 0.39 | 0 | 0.19 | 0.61 | 150.77 | 0.25 | 0.31 |
| Hex | 3C | 63 | 50 | 27 | 0 | 13 | 3D | 97 | 19 | 1F |
| Octal | 74 | 143 | 120 | 47 | 0 | 23 | 75 | 227 | 31 | 37 |
| Binary | 111100 | 1100011 | 1010000 | 100111 | 0 | 10011 | 111101 | 10010111 | 11001 | 11111 |
Color Harmonies of #3C6350
Complementary color
Monochromatic Colors of #3C6350
Black with #3C6350
Text Example
Text Example
White with #3C6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6350; }
p { color: rgb(60,99,80); }
H1.HeaderClassName
{
color: #3C6350;
}
.AnyTagClassName
{
color: #3C6350;
}
</style>
background-color css
<style>
a { background-color: #3C6350; }
a { background-color: rgb(60,99,80); }
div.DivClassName
{
background-color: #3C6350;
}
.BgClassName
{
background-color: #3C6350;
}
</style>
border-color css
<style>
span { border-color: #3C6350; }
span { border-color: rgb(60,99,80); }
td.TdClassName
{
border-color: #3C6350;
}
.TagClassName
{
border-color: #3C6350;
}
</style>