Shades of Plantation #3F644D
Tints of Plantation #3F644D
RGB
CMYK
RGB Variations
Color information
#3F644D (or 0x3F644D) is known color: Plantation. HEX triplet: 3F, 64 and 4D. RGB value is (63,100,77). Sum of RGB (Red+Green+Blue) = 63+100+77=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #3F644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F644D is #C09BB2. Grayscale: #565656. Windows color (decimal): -12622771 or 5071935. OLE color: 5071935.
HSL color Cylindrical-coordinate representation of color #3F644D: hue angle of 142.7º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F644D is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 100 | 77 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.61 |
| HSL | 142.7º | 0.23% | 0.32% | - |
| HSV(B) | 142.7º | 0.37% | 0.39% | - |
| XYZ | 7.95 | 10.71 | 8.67 | - |
| YUV | 86.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 77 | 0.37 | 0 | 0.23 | 0.61 | 142.7 | 0.23 | 0.32 |
| Hex | 3F | 64 | 4D | 25 | 0 | 17 | 3D | 8F | 17 | 20 |
| Octal | 77 | 144 | 115 | 45 | 0 | 27 | 75 | 217 | 27 | 40 |
| Binary | 111111 | 1100100 | 1001101 | 100101 | 0 | 10111 | 111101 | 10001111 | 10111 | 100000 |
Color Harmonies of #3F644D
Complementary color
Monochromatic Colors of #3F644D
Black with #3F644D
Text Example
Text Example
White with #3F644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F644D; }
p { color: rgb(63,100,77); }
H1.HeaderClassName
{
color: #3F644D;
}
.AnyTagClassName
{
color: #3F644D;
}
</style>
background-color css
<style>
a { background-color: #3F644D; }
a { background-color: rgb(63,100,77); }
div.DivClassName
{
background-color: #3F644D;
}
.BgClassName
{
background-color: #3F644D;
}
</style>
border-color css
<style>
span { border-color: #3F644D; }
span { border-color: rgb(63,100,77); }
td.TdClassName
{
border-color: #3F644D;
}
.TagClassName
{
border-color: #3F644D;
}
</style>