Shades of Plantation #3C664F
Tints of Plantation #3C664F
RGB
CMYK
RGB Variations
Color information
#3C664F (or 0x3C664F) is known color: Plantation. HEX triplet: 3C, 66 and 4F. RGB value is (60,102,79). Sum of RGB (Red+Green+Blue) = 60+102+79=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #3C664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C664F is #C399B0. Grayscale: #565656. Windows color (decimal): -12818865 or 5203516. OLE color: 5203516.
HSL color Cylindrical-coordinate representation of color #3C664F: hue angle of 147.14º 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 #3C664F is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 102 | 79 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.6 |
| HSL | 147.14º | 0.26% | 0.32% | - |
| HSV(B) | 147.14º | 0.41% | 0.4% | - |
| XYZ | 8.03 | 11.03 | 9.1 | - |
| YUV | 86.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 79 | 0.41 | 0 | 0.23 | 0.6 | 147.14 | 0.26 | 0.32 |
| Hex | 3C | 66 | 4F | 29 | 0 | 17 | 3C | 93 | 1A | 20 |
| Octal | 74 | 146 | 117 | 51 | 0 | 27 | 74 | 223 | 32 | 40 |
| Binary | 111100 | 1100110 | 1001111 | 101001 | 0 | 10111 | 111100 | 10010011 | 11010 | 100000 |
Color Harmonies of #3C664F
Complementary color
Monochromatic Colors of #3C664F
Black with #3C664F
Text Example
Text Example
White with #3C664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C664F; }
p { color: rgb(60,102,79); }
H1.HeaderClassName
{
color: #3C664F;
}
.AnyTagClassName
{
color: #3C664F;
}
</style>
background-color css
<style>
a { background-color: #3C664F; }
a { background-color: rgb(60,102,79); }
div.DivClassName
{
background-color: #3C664F;
}
.BgClassName
{
background-color: #3C664F;
}
</style>
border-color css
<style>
span { border-color: #3C664F; }
span { border-color: rgb(60,102,79); }
td.TdClassName
{
border-color: #3C664F;
}
.TagClassName
{
border-color: #3C664F;
}
</style>