Shades of Plantation #3D584D
Tints of Plantation #3D584D
RGB
CMYK
RGB Variations
Color information
#3D584D (or 0x3D584D) is known color: Plantation. HEX triplet: 3D, 58 and 4D. RGB value is (61,88,77). Sum of RGB (Red+Green+Blue) = 61+88+77=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #3D584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D584D is #C2A7B2. Grayscale: #4E4E4E. Windows color (decimal): -12756915 or 5068861. OLE color: 5068861.
HSL color Cylindrical-coordinate representation of color #3D584D: hue angle of 155.56º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D584D is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 88 | 77 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.65 |
| HSL | 155.56º | 0.18% | 0.29% | - |
| HSV(B) | 155.56º | 0.31% | 0.35% | - |
| XYZ | 6.75 | 8.51 | 8.31 | - |
| YUV | 78.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 88 | 77 | 0.31 | 0 | 0.12 | 0.65 | 155.56 | 0.18 | 0.29 |
| Hex | 3D | 58 | 4D | 1F | 0 | C | 41 | 9C | 12 | 1D |
| Octal | 75 | 130 | 115 | 37 | 0 | 14 | 101 | 234 | 22 | 35 |
| Binary | 111101 | 1011000 | 1001101 | 11111 | 0 | 1100 | 1000001 | 10011100 | 10010 | 11101 |
Color Harmonies of #3D584D
Complementary color
Monochromatic Colors of #3D584D
Black with #3D584D
Text Example
Text Example
White with #3D584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D584D; }
p { color: rgb(61,88,77); }
H1.HeaderClassName
{
color: #3D584D;
}
.AnyTagClassName
{
color: #3D584D;
}
</style>
background-color css
<style>
a { background-color: #3D584D; }
a { background-color: rgb(61,88,77); }
div.DivClassName
{
background-color: #3D584D;
}
.BgClassName
{
background-color: #3D584D;
}
</style>
border-color css
<style>
span { border-color: #3D584D; }
span { border-color: rgb(61,88,77); }
td.TdClassName
{
border-color: #3D584D;
}
.TagClassName
{
border-color: #3D584D;
}
</style>