Shades of Plantation #3C5A49
Tints of Plantation #3C5A49
RGB
CMYK
RGB Variations
Color information
#3C5A49 (or 0x3C5A49) is known color: Plantation. HEX triplet: 3C, 5A and 49. RGB value is (60,90,73). Sum of RGB (Red+Green+Blue) = 60+90+73=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A49 is #C3A5B6. Grayscale: #4F4F4F. Windows color (decimal): -12821943 or 4807228. OLE color: 4807228.
HSL color Cylindrical-coordinate representation of color #3C5A49: hue angle of 146º 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 #3C5A49 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 90 | 73 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.65 |
| HSL | 146º | 0.2% | 0.29% | - |
| HSV(B) | 146º | 0.33% | 0.35% | - |
| XYZ | 6.72 | 8.75 | 7.64 | - |
| YUV | 79.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 90 | 73 | 0.33 | 0 | 0.19 | 0.65 | 146 | 0.2 | 0.29 |
| Hex | 3C | 5A | 49 | 21 | 0 | 13 | 41 | 92 | 14 | 1D |
| Octal | 74 | 132 | 111 | 41 | 0 | 23 | 101 | 222 | 24 | 35 |
| Binary | 111100 | 1011010 | 1001001 | 100001 | 0 | 10011 | 1000001 | 10010010 | 10100 | 11101 |
Color Harmonies of #3C5A49
Complementary color
Monochromatic Colors of #3C5A49
Black with #3C5A49
Text Example
Text Example
White with #3C5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5A49; }
p { color: rgb(60,90,73); }
H1.HeaderClassName
{
color: #3C5A49;
}
.AnyTagClassName
{
color: #3C5A49;
}
</style>
background-color css
<style>
a { background-color: #3C5A49; }
a { background-color: rgb(60,90,73); }
div.DivClassName
{
background-color: #3C5A49;
}
.BgClassName
{
background-color: #3C5A49;
}
</style>
border-color css
<style>
span { border-color: #3C5A49; }
span { border-color: rgb(60,90,73); }
td.TdClassName
{
border-color: #3C5A49;
}
.TagClassName
{
border-color: #3C5A49;
}
</style>