Shades of Plantation #3B574A
Tints of Plantation #3B574A
RGB
CMYK
RGB Variations
Color information
#3B574A (or 0x3B574A) is known color: Plantation. HEX triplet: 3B, 57 and 4A. RGB value is (59,87,74). Sum of RGB (Red+Green+Blue) = 59+87+74=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #3B574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B574A is #C4A8B5. Grayscale: #4D4D4D. Windows color (decimal): -12888246 or 4871995. OLE color: 4871995.
HSL color Cylindrical-coordinate representation of color #3B574A: hue angle of 152.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B574A is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 74 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.66 |
| HSL | 152.14º | 0.19% | 0.29% | - |
| HSV(B) | 152.14º | 0.32% | 0.34% | - |
| XYZ | 6.45 | 8.24 | 7.73 | - |
| YUV | 77.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 74 | 0.32 | 0 | 0.15 | 0.66 | 152.14 | 0.19 | 0.29 |
| Hex | 3B | 57 | 4A | 20 | 0 | F | 42 | 98 | 13 | 1D |
| Octal | 73 | 127 | 112 | 40 | 0 | 17 | 102 | 230 | 23 | 35 |
| Binary | 111011 | 1010111 | 1001010 | 100000 | 0 | 1111 | 1000010 | 10011000 | 10011 | 11101 |
Color Harmonies of #3B574A
Complementary color
Monochromatic Colors of #3B574A
Black with #3B574A
Text Example
Text Example
White with #3B574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B574A; }
p { color: rgb(59,87,74); }
H1.HeaderClassName
{
color: #3B574A;
}
.AnyTagClassName
{
color: #3B574A;
}
</style>
background-color css
<style>
a { background-color: #3B574A; }
a { background-color: rgb(59,87,74); }
div.DivClassName
{
background-color: #3B574A;
}
.BgClassName
{
background-color: #3B574A;
}
</style>
border-color css
<style>
span { border-color: #3B574A; }
span { border-color: rgb(59,87,74); }
td.TdClassName
{
border-color: #3B574A;
}
.TagClassName
{
border-color: #3B574A;
}
</style>