Shades of Plantation #3C664E
Tints of Plantation #3C664E
RGB
CMYK
RGB Variations
Color information
#3C664E (or 0x3C664E) is known color: Plantation. HEX triplet: 3C, 66 and 4E. RGB value is (60,102,78). Sum of RGB (Red+Green+Blue) = 60+102+78=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #3C664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C664E is #C399B1. Grayscale: #565656. Windows color (decimal): -12818866 or 5137980. OLE color: 5137980.
HSL color Cylindrical-coordinate representation of color #3C664E: hue angle of 145.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C664E is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 102 | 78 | - |
| CMYK | 0.41 | 0 | 0.24 | 0.6 |
| HSL | 145.71º | 0.26% | 0.32% | - |
| HSV(B) | 145.71º | 0.41% | 0.4% | - |
| XYZ | 7.99 | 11.01 | 8.91 | - |
| YUV | 86.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 78 | 0.41 | 0 | 0.24 | 0.6 | 145.71 | 0.26 | 0.32 |
| Hex | 3C | 66 | 4E | 29 | 0 | 18 | 3C | 92 | 1A | 20 |
| Octal | 74 | 146 | 116 | 51 | 0 | 30 | 74 | 222 | 32 | 40 |
| Binary | 111100 | 1100110 | 1001110 | 101001 | 0 | 11000 | 111100 | 10010010 | 11010 | 100000 |
Color Harmonies of #3C664E
Complementary color
Monochromatic Colors of #3C664E
Black with #3C664E
Text Example
Text Example
White with #3C664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C664E; }
p { color: rgb(60,102,78); }
H1.HeaderClassName
{
color: #3C664E;
}
.AnyTagClassName
{
color: #3C664E;
}
</style>
background-color css
<style>
a { background-color: #3C664E; }
a { background-color: rgb(60,102,78); }
div.DivClassName
{
background-color: #3C664E;
}
.BgClassName
{
background-color: #3C664E;
}
</style>
border-color css
<style>
span { border-color: #3C664E; }
span { border-color: rgb(60,102,78); }
td.TdClassName
{
border-color: #3C664E;
}
.TagClassName
{
border-color: #3C664E;
}
</style>