Shades of Plantation #3A684D
Tints of Plantation #3A684D
RGB
CMYK
RGB Variations
Color information
#3A684D (or 0x3A684D) is known color: Plantation. HEX triplet: 3A, 68 and 4D. RGB value is (58,104,77). Sum of RGB (Red+Green+Blue) = 58+104+77=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #3A684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A684D is #C597B2. Grayscale: #575757. Windows color (decimal): -12949427 or 5072954. OLE color: 5072954.
HSL color Cylindrical-coordinate representation of color #3A684D: hue angle of 144.78º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A684D is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 77 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.59 |
| HSL | 144.78º | 0.28% | 0.32% | - |
| HSV(B) | 144.78º | 0.44% | 0.41% | - |
| XYZ | 8.03 | 11.34 | 8.79 | - |
| YUV | 87.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 77 | 0.44 | 0 | 0.26 | 0.59 | 144.78 | 0.28 | 0.32 |
| Hex | 3A | 68 | 4D | 2C | 0 | 1A | 3B | 91 | 1C | 20 |
| Octal | 72 | 150 | 115 | 54 | 0 | 32 | 73 | 221 | 34 | 40 |
| Binary | 111010 | 1101000 | 1001101 | 101100 | 0 | 11010 | 111011 | 10010001 | 11100 | 100000 |
Color Harmonies of #3A684D
Complementary color
Monochromatic Colors of #3A684D
Black with #3A684D
Text Example
Text Example
White with #3A684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A684D; }
p { color: rgb(58,104,77); }
H1.HeaderClassName
{
color: #3A684D;
}
.AnyTagClassName
{
color: #3A684D;
}
</style>
background-color css
<style>
a { background-color: #3A684D; }
a { background-color: rgb(58,104,77); }
div.DivClassName
{
background-color: #3A684D;
}
.BgClassName
{
background-color: #3A684D;
}
</style>
border-color css
<style>
span { border-color: #3A684D; }
span { border-color: rgb(58,104,77); }
td.TdClassName
{
border-color: #3A684D;
}
.TagClassName
{
border-color: #3A684D;
}
</style>