Shades of Plantation #3A5848
Tints of Plantation #3A5848
RGB
CMYK
RGB Variations
Color information
#3A5848 (or 0x3A5848) is known color: Plantation. HEX triplet: 3A, 58 and 48. RGB value is (58,88,72). Sum of RGB (Red+Green+Blue) = 58+88+72=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5848 is #C5A7B7. Grayscale: #4D4D4D. Windows color (decimal): -12953528 or 4741178. OLE color: 4741178.
HSL color Cylindrical-coordinate representation of color #3A5848: hue angle of 148º 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 #3A5848 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 72 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.65 |
| HSL | 148º | 0.21% | 0.29% | - |
| HSV(B) | 148º | 0.34% | 0.35% | - |
| XYZ | 6.4 | 8.35 | 7.4 | - |
| YUV | 77.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 72 | 0.34 | 0 | 0.18 | 0.65 | 148 | 0.21 | 0.29 |
| Hex | 3A | 58 | 48 | 22 | 0 | 12 | 41 | 94 | 15 | 1D |
| Octal | 72 | 130 | 110 | 42 | 0 | 22 | 101 | 224 | 25 | 35 |
| Binary | 111010 | 1011000 | 1001000 | 100010 | 0 | 10010 | 1000001 | 10010100 | 10101 | 11101 |
Color Harmonies of #3A5848
Complementary color
Monochromatic Colors of #3A5848
Black with #3A5848
Text Example
Text Example
White with #3A5848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5848; }
p { color: rgb(58,88,72); }
H1.HeaderClassName
{
color: #3A5848;
}
.AnyTagClassName
{
color: #3A5848;
}
</style>
background-color css
<style>
a { background-color: #3A5848; }
a { background-color: rgb(58,88,72); }
div.DivClassName
{
background-color: #3A5848;
}
.BgClassName
{
background-color: #3A5848;
}
</style>
border-color css
<style>
span { border-color: #3A5848; }
span { border-color: rgb(58,88,72); }
td.TdClassName
{
border-color: #3A5848;
}
.TagClassName
{
border-color: #3A5848;
}
</style>