Shades of Plantation #3C664B
Tints of Plantation #3C664B
RGB
CMYK
RGB Variations
Color information
#3C664B (or 0x3C664B) is known color: Plantation. HEX triplet: 3C, 66 and 4B. RGB value is (60,102,75). Sum of RGB (Red+Green+Blue) = 60+102+75=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #3C664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C664B is #C399B4. Grayscale: #565656. Windows color (decimal): -12818869 or 4941372. OLE color: 4941372.
HSL color Cylindrical-coordinate representation of color #3C664B: hue angle of 141.43º 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 #3C664B is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 102 | 75 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.6 |
| HSL | 141.43º | 0.26% | 0.32% | - |
| HSV(B) | 141.43º | 0.41% | 0.4% | - |
| XYZ | 7.88 | 10.97 | 8.36 | - |
| YUV | 86.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 75 | 0.41 | 0 | 0.26 | 0.6 | 141.43 | 0.26 | 0.32 |
| Hex | 3C | 66 | 4B | 29 | 0 | 1A | 3C | 8D | 1A | 20 |
| Octal | 74 | 146 | 113 | 51 | 0 | 32 | 74 | 215 | 32 | 40 |
| Binary | 111100 | 1100110 | 1001011 | 101001 | 0 | 11010 | 111100 | 10001101 | 11010 | 100000 |
Color Harmonies of #3C664B
Complementary color
Monochromatic Colors of #3C664B
Black with #3C664B
Text Example
Text Example
White with #3C664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C664B; }
p { color: rgb(60,102,75); }
H1.HeaderClassName
{
color: #3C664B;
}
.AnyTagClassName
{
color: #3C664B;
}
</style>
background-color css
<style>
a { background-color: #3C664B; }
a { background-color: rgb(60,102,75); }
div.DivClassName
{
background-color: #3C664B;
}
.BgClassName
{
background-color: #3C664B;
}
</style>
border-color css
<style>
span { border-color: #3C664B; }
span { border-color: rgb(60,102,75); }
td.TdClassName
{
border-color: #3C664B;
}
.TagClassName
{
border-color: #3C664B;
}
</style>