Shades of Plantation #3B594B
Tints of Plantation #3B594B
RGB
CMYK
RGB Variations
Color information
#3B594B (or 0x3B594B) is known color: Plantation. HEX triplet: 3B, 59 and 4B. RGB value is (59,89,75). Sum of RGB (Red+Green+Blue) = 59+89+75=223 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.46% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #3B594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B594B is #C4A6B4. Grayscale: #4E4E4E. Windows color (decimal): -12887733 or 4938043. OLE color: 4938043.
HSL color Cylindrical-coordinate representation of color #3B594B: hue angle of 152º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B594B is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 89 | 75 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.65 |
| HSL | 152º | 0.2% | 0.29% | - |
| HSV(B) | 152º | 0.34% | 0.35% | - |
| XYZ | 6.65 | 8.58 | 7.96 | - |
| YUV | 78.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 75 | 0.34 | 0 | 0.16 | 0.65 | 152 | 0.2 | 0.29 |
| Hex | 3B | 59 | 4B | 22 | 0 | 10 | 41 | 98 | 14 | 1D |
| Octal | 73 | 131 | 113 | 42 | 0 | 20 | 101 | 230 | 24 | 35 |
| Binary | 111011 | 1011001 | 1001011 | 100010 | 0 | 10000 | 1000001 | 10011000 | 10100 | 11101 |
Color Harmonies of #3B594B
Complementary color
Monochromatic Colors of #3B594B
Black with #3B594B
Text Example
Text Example
White with #3B594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B594B; }
p { color: rgb(59,89,75); }
H1.HeaderClassName
{
color: #3B594B;
}
.AnyTagClassName
{
color: #3B594B;
}
</style>
background-color css
<style>
a { background-color: #3B594B; }
a { background-color: rgb(59,89,75); }
div.DivClassName
{
background-color: #3B594B;
}
.BgClassName
{
background-color: #3B594B;
}
</style>
border-color css
<style>
span { border-color: #3B594B; }
span { border-color: rgb(59,89,75); }
td.TdClassName
{
border-color: #3B594B;
}
.TagClassName
{
border-color: #3B594B;
}
</style>