Shades of Plantation #3B5A49
Tints of Plantation #3B5A49
RGB
CMYK
RGB Variations
Color information
#3B5A49 (or 0x3B5A49) is known color: Plantation. HEX triplet: 3B, 5A and 49. RGB value is (59,90,73). Sum of RGB (Red+Green+Blue) = 59+90+73=222 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.58% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A49 is #C4A5B6. Grayscale: #4E4E4E. Windows color (decimal): -12887479 or 4807227. OLE color: 4807227.
HSL color Cylindrical-coordinate representation of color #3B5A49: hue angle of 147.1º degrees, saturation: 0.21, 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 #3B5A49 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 90 | 73 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.65 |
| HSL | 147.1º | 0.21% | 0.29% | - |
| HSV(B) | 147.1º | 0.34% | 0.35% | - |
| XYZ | 6.66 | 8.72 | 7.64 | - |
| YUV | 78.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 73 | 0.34 | 0 | 0.19 | 0.65 | 147.1 | 0.21 | 0.29 |
| Hex | 3B | 5A | 49 | 22 | 0 | 13 | 41 | 93 | 15 | 1D |
| Octal | 73 | 132 | 111 | 42 | 0 | 23 | 101 | 223 | 25 | 35 |
| Binary | 111011 | 1011010 | 1001001 | 100010 | 0 | 10011 | 1000001 | 10010011 | 10101 | 11101 |
Color Harmonies of #3B5A49
Complementary color
Monochromatic Colors of #3B5A49
Black with #3B5A49
Text Example
Text Example
White with #3B5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5A49; }
p { color: rgb(59,90,73); }
H1.HeaderClassName
{
color: #3B5A49;
}
.AnyTagClassName
{
color: #3B5A49;
}
</style>
background-color css
<style>
a { background-color: #3B5A49; }
a { background-color: rgb(59,90,73); }
div.DivClassName
{
background-color: #3B5A49;
}
.BgClassName
{
background-color: #3B5A49;
}
</style>
border-color css
<style>
span { border-color: #3B5A49; }
span { border-color: rgb(59,90,73); }
td.TdClassName
{
border-color: #3B5A49;
}
.TagClassName
{
border-color: #3B5A49;
}
</style>