Shades of Plantation #3C674C
Tints of Plantation #3C674C
RGB
CMYK
RGB Variations
Color information
#3C674C (or 0x3C674C) is known color: Plantation. HEX triplet: 3C, 67 and 4C. RGB value is (60,103,76). Sum of RGB (Red+Green+Blue) = 60+103+76=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #3C674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C674C is #C398B3. Grayscale: #575757. Windows color (decimal): -12818612 or 5007164. OLE color: 5007164.
HSL color Cylindrical-coordinate representation of color #3C674C: hue angle of 142.33º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C674C is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 103 | 76 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.60 |
| HSL | 142.33º | 0.26% | 0.32% | - |
| HSV(B) | 142.33º | 0.42% | 0.4% | - |
| XYZ | 8.02 | 11.18 | 8.57 | - |
| YUV | 87.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 76 | 0.42 | 0 | 0.26 | 0.60 | 142.33 | 0.26 | 0.32 |
| Hex | 3C | 67 | 4C | 2A | 0 | 1A | 3C | 8E | 1A | 20 |
| Octal | 74 | 147 | 114 | 52 | 0 | 32 | 74 | 216 | 32 | 40 |
| Binary | 111100 | 1100111 | 1001100 | 101010 | 0 | 11010 | 111100 | 10001110 | 11010 | 100000 |
Color Harmonies of #3C674C
Complementary color
Monochromatic Colors of #3C674C
Black with #3C674C
Text Example
Text Example
White with #3C674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C674C; }
p { color: rgb(60,103,76); }
H1.HeaderClassName
{
color: #3C674C;
}
.AnyTagClassName
{
color: #3C674C;
}
</style>
background-color css
<style>
a { background-color: #3C674C; }
a { background-color: rgb(60,103,76); }
div.DivClassName
{
background-color: #3C674C;
}
.BgClassName
{
background-color: #3C674C;
}
</style>
border-color css
<style>
span { border-color: #3C674C; }
span { border-color: rgb(60,103,76); }
td.TdClassName
{
border-color: #3C674C;
}
.TagClassName
{
border-color: #3C674C;
}
</style>