Shades of Plantation #3C604B
Tints of Plantation #3C604B
RGB
CMYK
RGB Variations
Color information
#3C604B (or 0x3C604B) is known color: Plantation. HEX triplet: 3C, 60 and 4B. RGB value is (60,96,75). Sum of RGB (Red+Green+Blue) = 60+96+75=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #3C604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C604B is #C39FB4. Grayscale: #525252. Windows color (decimal): -12820405 or 4939836. OLE color: 4939836.
HSL color Cylindrical-coordinate representation of color #3C604B: hue angle of 145º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C604B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 75 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.62 |
| HSL | 145º | 0.23% | 0.31% | - |
| HSV(B) | 145º | 0.38% | 0.38% | - |
| XYZ | 7.32 | 9.83 | 8.17 | - |
| YUV | 82.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 75 | 0.38 | 0 | 0.22 | 0.62 | 145 | 0.23 | 0.31 |
| Hex | 3C | 60 | 4B | 26 | 0 | 16 | 3E | 91 | 17 | 1F |
| Octal | 74 | 140 | 113 | 46 | 0 | 26 | 76 | 221 | 27 | 37 |
| Binary | 111100 | 1100000 | 1001011 | 100110 | 0 | 10110 | 111110 | 10010001 | 10111 | 11111 |
Color Harmonies of #3C604B
Complementary color
Monochromatic Colors of #3C604B
Black with #3C604B
Text Example
Text Example
White with #3C604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C604B; }
p { color: rgb(60,96,75); }
H1.HeaderClassName
{
color: #3C604B;
}
.AnyTagClassName
{
color: #3C604B;
}
</style>
background-color css
<style>
a { background-color: #3C604B; }
a { background-color: rgb(60,96,75); }
div.DivClassName
{
background-color: #3C604B;
}
.BgClassName
{
background-color: #3C604B;
}
</style>
border-color css
<style>
span { border-color: #3C604B; }
span { border-color: rgb(60,96,75); }
td.TdClassName
{
border-color: #3C604B;
}
.TagClassName
{
border-color: #3C604B;
}
</style>