Shades of Plantation #3C5948
Tints of Plantation #3C5948
RGB
CMYK
RGB Variations
Color information
#3C5948 (or 0x3C5948) is known color: Plantation. HEX triplet: 3C, 59 and 48. RGB value is (60,89,72). Sum of RGB (Red+Green+Blue) = 60+89+72=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5948 is #C3A6B7. Grayscale: #4E4E4E. Windows color (decimal): -12822200 or 4741436. OLE color: 4741436.
HSL color Cylindrical-coordinate representation of color #3C5948: hue angle of 144.83º degrees, saturation: 0.19, 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 #3C5948 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 89 | 72 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.65 |
| HSL | 144.83º | 0.19% | 0.29% | - |
| HSV(B) | 144.83º | 0.33% | 0.35% | - |
| XYZ | 6.61 | 8.57 | 7.44 | - |
| YUV | 78.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 72 | 0.33 | 0 | 0.19 | 0.65 | 144.83 | 0.19 | 0.29 |
| Hex | 3C | 59 | 48 | 21 | 0 | 13 | 41 | 91 | 13 | 1D |
| Octal | 74 | 131 | 110 | 41 | 0 | 23 | 101 | 221 | 23 | 35 |
| Binary | 111100 | 1011001 | 1001000 | 100001 | 0 | 10011 | 1000001 | 10010001 | 10011 | 11101 |
Color Harmonies of #3C5948
Complementary color
Monochromatic Colors of #3C5948
Black with #3C5948
Text Example
Text Example
White with #3C5948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5948; }
p { color: rgb(60,89,72); }
H1.HeaderClassName
{
color: #3C5948;
}
.AnyTagClassName
{
color: #3C5948;
}
</style>
background-color css
<style>
a { background-color: #3C5948; }
a { background-color: rgb(60,89,72); }
div.DivClassName
{
background-color: #3C5948;
}
.BgClassName
{
background-color: #3C5948;
}
</style>
border-color css
<style>
span { border-color: #3C5948; }
span { border-color: rgb(60,89,72); }
td.TdClassName
{
border-color: #3C5948;
}
.TagClassName
{
border-color: #3C5948;
}
</style>