Shades of Plantation #3C4F45
Tints of Plantation #3C4F45
RGB
CMYK
RGB Variations
Color information
#3C4F45 (or 0x3C4F45) is known color: Plantation. HEX triplet: 3C, 4F and 45. RGB value is (60,79,69). Sum of RGB (Red+Green+Blue) = 60+79+69=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4F45 is #C3B0BA. Grayscale: #484848. Windows color (decimal): -12824763 or 4542268. OLE color: 4542268.
HSL color Cylindrical-coordinate representation of color #3C4F45: hue angle of 148.42º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3C4F45 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 79 | 69 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.69 |
| HSL | 148.42º | 0.14% | 0.27% | - |
| HSV(B) | 148.42º | 0.24% | 0.31% | - |
| XYZ | 5.73 | 6.98 | 6.68 | - |
| YUV | 72.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 69 | 0.24 | 0 | 0.13 | 0.69 | 148.42 | 0.14 | 0.27 |
| Hex | 3C | 4F | 45 | 18 | 0 | D | 45 | 94 | E | 1B |
| Octal | 74 | 117 | 105 | 30 | 0 | 15 | 105 | 224 | 16 | 33 |
| Binary | 111100 | 1001111 | 1000101 | 11000 | 0 | 1101 | 1000101 | 10010100 | 1110 | 11011 |
Color Harmonies of #3C4F45
Complementary color
Monochromatic Colors of #3C4F45
Black with #3C4F45
Text Example
Text Example
White with #3C4F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4F45; }
p { color: rgb(60,79,69); }
H1.HeaderClassName
{
color: #3C4F45;
}
.AnyTagClassName
{
color: #3C4F45;
}
</style>
background-color css
<style>
a { background-color: #3C4F45; }
a { background-color: rgb(60,79,69); }
div.DivClassName
{
background-color: #3C4F45;
}
.BgClassName
{
background-color: #3C4F45;
}
</style>
border-color css
<style>
span { border-color: #3C4F45; }
span { border-color: rgb(60,79,69); }
td.TdClassName
{
border-color: #3C4F45;
}
.TagClassName
{
border-color: #3C4F45;
}
</style>