Shades of Plantation #3B604B
Tints of Plantation #3B604B
RGB
CMYK
RGB Variations
Color information
#3B604B (or 0x3B604B) is known color: Plantation. HEX triplet: 3B, 60 and 4B. RGB value is (59,96,75). Sum of RGB (Red+Green+Blue) = 59+96+75=230 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.65% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #3B604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B604B is #C49FB4. Grayscale: #525252. Windows color (decimal): -12885941 or 4939835. OLE color: 4939835.
HSL color Cylindrical-coordinate representation of color #3B604B: hue angle of 145.95º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B604B is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 96 | 75 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.62 |
| HSL | 145.95º | 0.24% | 0.3% | - |
| HSV(B) | 145.95º | 0.39% | 0.38% | - |
| XYZ | 7.26 | 9.8 | 8.17 | - |
| YUV | 82.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 75 | 0.39 | 0 | 0.22 | 0.62 | 145.95 | 0.24 | 0.3 |
| Hex | 3B | 60 | 4B | 27 | 0 | 16 | 3E | 92 | 18 | 1E |
| Octal | 73 | 140 | 113 | 47 | 0 | 26 | 76 | 222 | 30 | 36 |
| Binary | 111011 | 1100000 | 1001011 | 100111 | 0 | 10110 | 111110 | 10010010 | 11000 | 11110 |
Color Harmonies of #3B604B
Complementary color
Monochromatic Colors of #3B604B
Black with #3B604B
Text Example
Text Example
White with #3B604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B604B; }
p { color: rgb(59,96,75); }
H1.HeaderClassName
{
color: #3B604B;
}
.AnyTagClassName
{
color: #3B604B;
}
</style>
background-color css
<style>
a { background-color: #3B604B; }
a { background-color: rgb(59,96,75); }
div.DivClassName
{
background-color: #3B604B;
}
.BgClassName
{
background-color: #3B604B;
}
</style>
border-color css
<style>
span { border-color: #3B604B; }
span { border-color: rgb(59,96,75); }
td.TdClassName
{
border-color: #3B604B;
}
.TagClassName
{
border-color: #3B604B;
}
</style>