Shades of Plantation #3D644D
Tints of Plantation #3D644D
RGB
CMYK
RGB Variations
Color information
#3D644D (or 0x3D644D) is known color: Plantation. HEX triplet: 3D, 64 and 4D. RGB value is (61,100,77). Sum of RGB (Red+Green+Blue) = 61+100+77=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #3D644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D644D is #C29BB2. Grayscale: #555555. Windows color (decimal): -12753843 or 5071933. OLE color: 5071933.
HSL color Cylindrical-coordinate representation of color #3D644D: hue angle of 144.62º 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 #3D644D is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 100 | 77 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.61 |
| HSL | 144.62º | 0.24% | 0.32% | - |
| HSV(B) | 144.62º | 0.39% | 0.39% | - |
| XYZ | 7.82 | 10.64 | 8.66 | - |
| YUV | 85.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 100 | 77 | 0.39 | 0 | 0.23 | 0.61 | 144.62 | 0.24 | 0.32 |
| Hex | 3D | 64 | 4D | 27 | 0 | 17 | 3D | 91 | 18 | 20 |
| Octal | 75 | 144 | 115 | 47 | 0 | 27 | 75 | 221 | 30 | 40 |
| Binary | 111101 | 1100100 | 1001101 | 100111 | 0 | 10111 | 111101 | 10010001 | 11000 | 100000 |
Color Harmonies of #3D644D
Complementary color
Monochromatic Colors of #3D644D
Black with #3D644D
Text Example
Text Example
White with #3D644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D644D; }
p { color: rgb(61,100,77); }
H1.HeaderClassName
{
color: #3D644D;
}
.AnyTagClassName
{
color: #3D644D;
}
</style>
background-color css
<style>
a { background-color: #3D644D; }
a { background-color: rgb(61,100,77); }
div.DivClassName
{
background-color: #3D644D;
}
.BgClassName
{
background-color: #3D644D;
}
</style>
border-color css
<style>
span { border-color: #3D644D; }
span { border-color: rgb(61,100,77); }
td.TdClassName
{
border-color: #3D644D;
}
.TagClassName
{
border-color: #3D644D;
}
</style>