Shades of Plantation #3D6150
Tints of Plantation #3D6150
RGB
CMYK
RGB Variations
Color information
#3D6150 (or 0x3D6150) is known color: Plantation. HEX triplet: 3D, 61 and 50. RGB value is (61,97,80). Sum of RGB (Red+Green+Blue) = 61+97+80=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #3D6150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6150 is #C29EAF. Grayscale: #545454. Windows color (decimal): -12754608 or 5267773. OLE color: 5267773.
HSL color Cylindrical-coordinate representation of color #3D6150: hue angle of 151.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3D6150 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 97 | 80 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.62 |
| HSL | 151.67º | 0.23% | 0.31% | - |
| HSV(B) | 151.67º | 0.37% | 0.38% | - |
| XYZ | 7.65 | 10.12 | 9.14 | - |
| YUV | 84.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 80 | 0.37 | 0 | 0.18 | 0.62 | 151.67 | 0.23 | 0.31 |
| Hex | 3D | 61 | 50 | 25 | 0 | 12 | 3E | 98 | 17 | 1F |
| Octal | 75 | 141 | 120 | 45 | 0 | 22 | 76 | 230 | 27 | 37 |
| Binary | 111101 | 1100001 | 1010000 | 100101 | 0 | 10010 | 111110 | 10011000 | 10111 | 11111 |
Color Harmonies of #3D6150
Complementary color
Monochromatic Colors of #3D6150
Black with #3D6150
Text Example
Text Example
White with #3D6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6150; }
p { color: rgb(61,97,80); }
H1.HeaderClassName
{
color: #3D6150;
}
.AnyTagClassName
{
color: #3D6150;
}
</style>
background-color css
<style>
a { background-color: #3D6150; }
a { background-color: rgb(61,97,80); }
div.DivClassName
{
background-color: #3D6150;
}
.BgClassName
{
background-color: #3D6150;
}
</style>
border-color css
<style>
span { border-color: #3D6150; }
span { border-color: rgb(61,97,80); }
td.TdClassName
{
border-color: #3D6150;
}
.TagClassName
{
border-color: #3D6150;
}
</style>