Shades of Plantation #3D6050
Tints of Plantation #3D6050
RGB
CMYK
RGB Variations
Color information
#3D6050 (or 0x3D6050) is known color: Plantation. HEX triplet: 3D, 60 and 50. RGB value is (61,96,80). Sum of RGB (Red+Green+Blue) = 61+96+80=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6050 is #C29FAF. Grayscale: #535353. Windows color (decimal): -12754864 or 5267517. OLE color: 5267517.
HSL color Cylindrical-coordinate representation of color #3D6050: hue angle of 152.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D6050 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 96 | 80 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.62 |
| HSL | 152.57º | 0.22% | 0.31% | - |
| HSV(B) | 152.57º | 0.36% | 0.38% | - |
| XYZ | 7.56 | 9.94 | 9.11 | - |
| YUV | 83.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 96 | 80 | 0.36 | 0 | 0.17 | 0.62 | 152.57 | 0.22 | 0.31 |
| Hex | 3D | 60 | 50 | 24 | 0 | 11 | 3E | 99 | 16 | 1F |
| Octal | 75 | 140 | 120 | 44 | 0 | 21 | 76 | 231 | 26 | 37 |
| Binary | 111101 | 1100000 | 1010000 | 100100 | 0 | 10001 | 111110 | 10011001 | 10110 | 11111 |
Color Harmonies of #3D6050
Complementary color
Monochromatic Colors of #3D6050
Black with #3D6050
Text Example
Text Example
White with #3D6050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6050; }
p { color: rgb(61,96,80); }
H1.HeaderClassName
{
color: #3D6050;
}
.AnyTagClassName
{
color: #3D6050;
}
</style>
background-color css
<style>
a { background-color: #3D6050; }
a { background-color: rgb(61,96,80); }
div.DivClassName
{
background-color: #3D6050;
}
.BgClassName
{
background-color: #3D6050;
}
</style>
border-color css
<style>
span { border-color: #3D6050; }
span { border-color: rgb(61,96,80); }
td.TdClassName
{
border-color: #3D6050;
}
.TagClassName
{
border-color: #3D6050;
}
</style>