Shades of Plantation #3C614C
Tints of Plantation #3C614C
RGB
CMYK
RGB Variations
Color information
#3C614C (or 0x3C614C) is known color: Plantation. HEX triplet: 3C, 61 and 4C. RGB value is (60,97,76). Sum of RGB (Red+Green+Blue) = 60+97+76=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #3C614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C614C is #C39EB3. Grayscale: #535353. Windows color (decimal): -12820148 or 5005628. OLE color: 5005628.
HSL color Cylindrical-coordinate representation of color #3C614C: hue angle of 145.95º degrees, saturation: 0.24, 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 #3C614C is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 97 | 76 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.62 |
| HSL | 145.95º | 0.24% | 0.31% | - |
| HSV(B) | 145.95º | 0.38% | 0.38% | - |
| XYZ | 7.44 | 10.03 | 8.38 | - |
| YUV | 83.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 97 | 76 | 0.38 | 0 | 0.22 | 0.62 | 145.95 | 0.24 | 0.31 |
| Hex | 3C | 61 | 4C | 26 | 0 | 16 | 3E | 92 | 18 | 1F |
| Octal | 74 | 141 | 114 | 46 | 0 | 26 | 76 | 222 | 30 | 37 |
| Binary | 111100 | 1100001 | 1001100 | 100110 | 0 | 10110 | 111110 | 10010010 | 11000 | 11111 |
Color Harmonies of #3C614C
Complementary color
Monochromatic Colors of #3C614C
Black with #3C614C
Text Example
Text Example
White with #3C614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C614C; }
p { color: rgb(60,97,76); }
H1.HeaderClassName
{
color: #3C614C;
}
.AnyTagClassName
{
color: #3C614C;
}
</style>
background-color css
<style>
a { background-color: #3C614C; }
a { background-color: rgb(60,97,76); }
div.DivClassName
{
background-color: #3C614C;
}
.BgClassName
{
background-color: #3C614C;
}
</style>
border-color css
<style>
span { border-color: #3C614C; }
span { border-color: rgb(60,97,76); }
td.TdClassName
{
border-color: #3C614C;
}
.TagClassName
{
border-color: #3C614C;
}
</style>