Shades of Plantation #3A5D48
Tints of Plantation #3A5D48
RGB
CMYK
RGB Variations
Color information
#3A5D48 (or 0x3A5D48) is known color: Plantation. HEX triplet: 3A, 5D and 48. RGB value is (58,93,72). Sum of RGB (Red+Green+Blue) = 58+93+72=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #3A5D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5D48 is #C5A2B7. Grayscale: #505050. Windows color (decimal): -12952248 or 4742458. OLE color: 4742458.
HSL color Cylindrical-coordinate representation of color #3A5D48: hue angle of 144º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5D48 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 93 | 72 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.64 |
| HSL | 144º | 0.23% | 0.3% | - |
| HSV(B) | 144º | 0.38% | 0.36% | - |
| XYZ | 6.83 | 9.2 | 7.55 | - |
| YUV | 80.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 93 | 72 | 0.38 | 0 | 0.23 | 0.64 | 144 | 0.23 | 0.3 |
| Hex | 3A | 5D | 48 | 26 | 0 | 17 | 40 | 90 | 17 | 1E |
| Octal | 72 | 135 | 110 | 46 | 0 | 27 | 100 | 220 | 27 | 36 |
| Binary | 111010 | 1011101 | 1001000 | 100110 | 0 | 10111 | 1000000 | 10010000 | 10111 | 11110 |
Color Harmonies of #3A5D48
Complementary color
Monochromatic Colors of #3A5D48
Black with #3A5D48
Text Example
Text Example
White with #3A5D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5D48; }
p { color: rgb(58,93,72); }
H1.HeaderClassName
{
color: #3A5D48;
}
.AnyTagClassName
{
color: #3A5D48;
}
</style>
background-color css
<style>
a { background-color: #3A5D48; }
a { background-color: rgb(58,93,72); }
div.DivClassName
{
background-color: #3A5D48;
}
.BgClassName
{
background-color: #3A5D48;
}
</style>
border-color css
<style>
span { border-color: #3A5D48; }
span { border-color: rgb(58,93,72); }
td.TdClassName
{
border-color: #3A5D48;
}
.TagClassName
{
border-color: #3A5D48;
}
</style>