Shades of Plantation #3A654E
Tints of Plantation #3A654E
RGB
CMYK
RGB Variations
Color information
#3A654E (or 0x3A654E) is known color: Plantation. HEX triplet: 3A, 65 and 4E. RGB value is (58,101,78). Sum of RGB (Red+Green+Blue) = 58+101+78=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #3A654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A654E is #C59AB1. Grayscale: #555555. Windows color (decimal): -12950194 or 5137722. OLE color: 5137722.
HSL color Cylindrical-coordinate representation of color #3A654E: hue angle of 147.91º 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 #3A654E is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 78 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.60 |
| HSL | 147.91º | 0.27% | 0.31% | - |
| HSV(B) | 147.91º | 0.43% | 0.4% | - |
| XYZ | 7.77 | 10.76 | 8.87 | - |
| YUV | 85.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 78 | 0.43 | 0 | 0.23 | 0.60 | 147.91 | 0.27 | 0.31 |
| Hex | 3A | 65 | 4E | 2B | 0 | 17 | 3C | 94 | 1B | 1F |
| Octal | 72 | 145 | 116 | 53 | 0 | 27 | 74 | 224 | 33 | 37 |
| Binary | 111010 | 1100101 | 1001110 | 101011 | 0 | 10111 | 111100 | 10010100 | 11011 | 11111 |
Color Harmonies of #3A654E
Complementary color
Monochromatic Colors of #3A654E
Black with #3A654E
Text Example
Text Example
White with #3A654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A654E; }
p { color: rgb(58,101,78); }
H1.HeaderClassName
{
color: #3A654E;
}
.AnyTagClassName
{
color: #3A654E;
}
</style>
background-color css
<style>
a { background-color: #3A654E; }
a { background-color: rgb(58,101,78); }
div.DivClassName
{
background-color: #3A654E;
}
.BgClassName
{
background-color: #3A654E;
}
</style>
border-color css
<style>
span { border-color: #3A654E; }
span { border-color: rgb(58,101,78); }
td.TdClassName
{
border-color: #3A654E;
}
.TagClassName
{
border-color: #3A654E;
}
</style>