Shades of Plantation #3C594A
Tints of Plantation #3C594A
RGB
CMYK
RGB Variations
Color information
#3C594A (or 0x3C594A) is known color: Plantation. HEX triplet: 3C, 59 and 4A. RGB value is (60,89,74). Sum of RGB (Red+Green+Blue) = 60+89+74=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #3C594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C594A is #C3A6B5. Grayscale: #4E4E4E. Windows color (decimal): -12822198 or 4872508. OLE color: 4872508.
HSL color Cylindrical-coordinate representation of color #3C594A: hue angle of 148.97º 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 #3C594A is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 89 | 74 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.65 |
| HSL | 148.97º | 0.19% | 0.29% | - |
| HSV(B) | 148.97º | 0.33% | 0.35% | - |
| XYZ | 6.67 | 8.6 | 7.79 | - |
| YUV | 78.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 74 | 0.33 | 0 | 0.17 | 0.65 | 148.97 | 0.19 | 0.29 |
| Hex | 3C | 59 | 4A | 21 | 0 | 11 | 41 | 95 | 13 | 1D |
| Octal | 74 | 131 | 112 | 41 | 0 | 21 | 101 | 225 | 23 | 35 |
| Binary | 111100 | 1011001 | 1001010 | 100001 | 0 | 10001 | 1000001 | 10010101 | 10011 | 11101 |
Color Harmonies of #3C594A
Complementary color
Monochromatic Colors of #3C594A
Black with #3C594A
Text Example
Text Example
White with #3C594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C594A; }
p { color: rgb(60,89,74); }
H1.HeaderClassName
{
color: #3C594A;
}
.AnyTagClassName
{
color: #3C594A;
}
</style>
background-color css
<style>
a { background-color: #3C594A; }
a { background-color: rgb(60,89,74); }
div.DivClassName
{
background-color: #3C594A;
}
.BgClassName
{
background-color: #3C594A;
}
</style>
border-color css
<style>
span { border-color: #3C594A; }
span { border-color: rgb(60,89,74); }
td.TdClassName
{
border-color: #3C594A;
}
.TagClassName
{
border-color: #3C594A;
}
</style>