Shades of Plantation #3A654D
Tints of Plantation #3A654D
RGB
CMYK
RGB Variations
Color information
#3A654D (or 0x3A654D) is known color: Plantation. HEX triplet: 3A, 65 and 4D. RGB value is (58,101,77). Sum of RGB (Red+Green+Blue) = 58+101+77=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #3A654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A654D is #C59AB2. Grayscale: #555555. Windows color (decimal): -12950195 or 5072186. OLE color: 5072186.
HSL color Cylindrical-coordinate representation of color #3A654D: hue angle of 146.51º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A654D is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 77 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.60 |
| HSL | 146.51º | 0.27% | 0.31% | - |
| HSV(B) | 146.51º | 0.43% | 0.4% | - |
| XYZ | 7.74 | 10.74 | 8.69 | - |
| YUV | 85.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 77 | 0.43 | 0 | 0.24 | 0.60 | 146.51 | 0.27 | 0.31 |
| Hex | 3A | 65 | 4D | 2B | 0 | 18 | 3C | 93 | 1B | 1F |
| Octal | 72 | 145 | 115 | 53 | 0 | 30 | 74 | 223 | 33 | 37 |
| Binary | 111010 | 1100101 | 1001101 | 101011 | 0 | 11000 | 111100 | 10010011 | 11011 | 11111 |
Color Harmonies of #3A654D
Complementary color
Monochromatic Colors of #3A654D
Black with #3A654D
Text Example
Text Example
White with #3A654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A654D; }
p { color: rgb(58,101,77); }
H1.HeaderClassName
{
color: #3A654D;
}
.AnyTagClassName
{
color: #3A654D;
}
</style>
background-color css
<style>
a { background-color: #3A654D; }
a { background-color: rgb(58,101,77); }
div.DivClassName
{
background-color: #3A654D;
}
.BgClassName
{
background-color: #3A654D;
}
</style>
border-color css
<style>
span { border-color: #3A654D; }
span { border-color: rgb(58,101,77); }
td.TdClassName
{
border-color: #3A654D;
}
.TagClassName
{
border-color: #3A654D;
}
</style>