Shades of Plantation #3C5A47
Tints of Plantation #3C5A47
RGB
CMYK
RGB Variations
Color information
#3C5A47 (or 0x3C5A47) is known color: Plantation. HEX triplet: 3C, 5A and 47. RGB value is (60,90,71). Sum of RGB (Red+Green+Blue) = 60+90+71=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A47 is #C3A5B8. Grayscale: #4E4E4E. Windows color (decimal): -12821945 or 4676156. OLE color: 4676156.
HSL color Cylindrical-coordinate representation of color #3C5A47: hue angle of 142º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5A47 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 90 | 71 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.65 |
| HSL | 142º | 0.2% | 0.29% | - |
| HSV(B) | 142º | 0.33% | 0.35% | - |
| XYZ | 6.66 | 8.73 | 7.3 | - |
| YUV | 78.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 71 | 0.33 | 0 | 0.21 | 0.65 | 142 | 0.2 | 0.29 |
| Hex | 3C | 5A | 47 | 21 | 0 | 15 | 41 | 8E | 14 | 1D |
| Octal | 74 | 132 | 107 | 41 | 0 | 25 | 101 | 216 | 24 | 35 |
| Binary | 111100 | 1011010 | 1000111 | 100001 | 0 | 10101 | 1000001 | 10001110 | 10100 | 11101 |
Color Harmonies of #3C5A47
Complementary color
Monochromatic Colors of #3C5A47
Black with #3C5A47
Text Example
Text Example
White with #3C5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A47; }
p { color: rgb(60,90,71); }
H1.HeaderClassName
{
color: #3C5A47;
}
.AnyTagClassName
{
color: #3C5A47;
}
</style>
background-color css
<style>
a { background-color: #3C5A47; }
a { background-color: rgb(60,90,71); }
div.DivClassName
{
background-color: #3C5A47;
}
.BgClassName
{
background-color: #3C5A47;
}
</style>
border-color css
<style>
span { border-color: #3C5A47; }
span { border-color: rgb(60,90,71); }
td.TdClassName
{
border-color: #3C5A47;
}
.TagClassName
{
border-color: #3C5A47;
}
</style>