Shades of Plantation #3A5346
Tints of Plantation #3A5346
RGB
CMYK
RGB Variations
Color information
#3A5346 (or 0x3A5346) is known color: Plantation. HEX triplet: 3A, 53 and 46. RGB value is (58,83,70). Sum of RGB (Red+Green+Blue) = 58+83+70=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5346 is #C5ACB9. Grayscale: #4A4A4A. Windows color (decimal): -12954810 or 4608826. OLE color: 4608826.
HSL color Cylindrical-coordinate representation of color #3A5346: hue angle of 148.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A5346 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 70 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.67 |
| HSL | 148.8º | 0.18% | 0.28% | - |
| HSV(B) | 148.8º | 0.3% | 0.33% | - |
| XYZ | 5.94 | 7.53 | 6.93 | - |
| YUV | 74.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 70 | 0.30 | 0 | 0.16 | 0.67 | 148.8 | 0.18 | 0.28 |
| Hex | 3A | 53 | 46 | 1E | 0 | 10 | 43 | 95 | 12 | 1C |
| Octal | 72 | 123 | 106 | 36 | 0 | 20 | 103 | 225 | 22 | 34 |
| Binary | 111010 | 1010011 | 1000110 | 11110 | 0 | 10000 | 1000011 | 10010101 | 10010 | 11100 |
Color Harmonies of #3A5346
Complementary color
Monochromatic Colors of #3A5346
Black with #3A5346
Text Example
Text Example
White with #3A5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5346; }
p { color: rgb(58,83,70); }
H1.HeaderClassName
{
color: #3A5346;
}
.AnyTagClassName
{
color: #3A5346;
}
</style>
background-color css
<style>
a { background-color: #3A5346; }
a { background-color: rgb(58,83,70); }
div.DivClassName
{
background-color: #3A5346;
}
.BgClassName
{
background-color: #3A5346;
}
</style>
border-color css
<style>
span { border-color: #3A5346; }
span { border-color: rgb(58,83,70); }
td.TdClassName
{
border-color: #3A5346;
}
.TagClassName
{
border-color: #3A5346;
}
</style>