Shades of Plantation #3B594C
Tints of Plantation #3B594C
RGB
CMYK
RGB Variations
Color information
#3B594C (or 0x3B594C) is known color: Plantation. HEX triplet: 3B, 59 and 4C. RGB value is (59,89,76). Sum of RGB (Red+Green+Blue) = 59+89+76=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #3B594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B594C is #C4A6B3. Grayscale: #4E4E4E. Windows color (decimal): -12887732 or 5003579. OLE color: 5003579.
HSL color Cylindrical-coordinate representation of color #3B594C: hue angle of 154º 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 #3B594C is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 89 | 76 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.65 |
| HSL | 154º | 0.2% | 0.29% | - |
| HSV(B) | 154º | 0.34% | 0.35% | - |
| XYZ | 6.68 | 8.6 | 8.14 | - |
| YUV | 78.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 76 | 0.34 | 0 | 0.15 | 0.65 | 154 | 0.2 | 0.29 |
| Hex | 3B | 59 | 4C | 22 | 0 | F | 41 | 9A | 14 | 1D |
| Octal | 73 | 131 | 114 | 42 | 0 | 17 | 101 | 232 | 24 | 35 |
| Binary | 111011 | 1011001 | 1001100 | 100010 | 0 | 1111 | 1000001 | 10011010 | 10100 | 11101 |
Color Harmonies of #3B594C
Complementary color
Monochromatic Colors of #3B594C
Black with #3B594C
Text Example
Text Example
White with #3B594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B594C; }
p { color: rgb(59,89,76); }
H1.HeaderClassName
{
color: #3B594C;
}
.AnyTagClassName
{
color: #3B594C;
}
</style>
background-color css
<style>
a { background-color: #3B594C; }
a { background-color: rgb(59,89,76); }
div.DivClassName
{
background-color: #3B594C;
}
.BgClassName
{
background-color: #3B594C;
}
</style>
border-color css
<style>
span { border-color: #3B594C; }
span { border-color: rgb(59,89,76); }
td.TdClassName
{
border-color: #3B594C;
}
.TagClassName
{
border-color: #3B594C;
}
</style>