Shades of Plantation #3D6450
Tints of Plantation #3D6450
RGB
CMYK
RGB Variations
Color information
#3D6450 (or 0x3D6450) is known color: Plantation. HEX triplet: 3D, 64 and 50. RGB value is (61,100,80). Sum of RGB (Red+Green+Blue) = 61+100+80=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #3D6450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6450 is #C29BAF. Grayscale: #565656. Windows color (decimal): -12753840 or 5268541. OLE color: 5268541.
HSL color Cylindrical-coordinate representation of color #3D6450: hue angle of 149.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D6450 is Cyan = 0.39, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 100 | 80 | - |
| CMYK | 0.39 | 0 | 0.2 | 0.61 |
| HSL | 149.23º | 0.24% | 0.32% | - |
| HSV(B) | 149.23º | 0.39% | 0.39% | - |
| XYZ | 7.93 | 10.69 | 9.23 | - |
| YUV | 86.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 80 | 0.39 | 0 | 0.2 | 0.61 | 149.23 | 0.24 | 0.32 |
| Hex | 3D | 64 | 50 | 27 | 0 | 14 | 3D | 95 | 18 | 20 |
| Octal | 75 | 144 | 120 | 47 | 0 | 24 | 75 | 225 | 30 | 40 |
| Binary | 111101 | 1100100 | 1010000 | 100111 | 0 | 10100 | 111101 | 10010101 | 11000 | 100000 |
Color Harmonies of #3D6450
Complementary color
Monochromatic Colors of #3D6450
Black with #3D6450
Text Example
Text Example
White with #3D6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6450; }
p { color: rgb(61,100,80); }
H1.HeaderClassName
{
color: #3D6450;
}
.AnyTagClassName
{
color: #3D6450;
}
</style>
background-color css
<style>
a { background-color: #3D6450; }
a { background-color: rgb(61,100,80); }
div.DivClassName
{
background-color: #3D6450;
}
.BgClassName
{
background-color: #3D6450;
}
</style>
border-color css
<style>
span { border-color: #3D6450; }
span { border-color: rgb(61,100,80); }
td.TdClassName
{
border-color: #3D6450;
}
.TagClassName
{
border-color: #3D6450;
}
</style>