Shades of Plantation #3F634D
Tints of Plantation #3F634D
RGB
CMYK
RGB Variations
Color information
#3F634D (or 0x3F634D) is known color: Plantation. HEX triplet: 3F, 63 and 4D. RGB value is (63,99,77). Sum of RGB (Red+Green+Blue) = 63+99+77=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #3F634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F634D is #C09CB2. Grayscale: #555555. Windows color (decimal): -12623027 or 5071679. OLE color: 5071679.
HSL color Cylindrical-coordinate representation of color #3F634D: hue angle of 143.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F634D is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 77 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.61 |
| HSL | 143.33º | 0.22% | 0.32% | - |
| HSV(B) | 143.33º | 0.36% | 0.39% | - |
| XYZ | 7.85 | 10.52 | 8.64 | - |
| YUV | 85.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 77 | 0.36 | 0 | 0.22 | 0.61 | 143.33 | 0.22 | 0.32 |
| Hex | 3F | 63 | 4D | 24 | 0 | 16 | 3D | 8F | 16 | 20 |
| Octal | 77 | 143 | 115 | 44 | 0 | 26 | 75 | 217 | 26 | 40 |
| Binary | 111111 | 1100011 | 1001101 | 100100 | 0 | 10110 | 111101 | 10001111 | 10110 | 100000 |
Color Harmonies of #3F634D
Complementary color
Monochromatic Colors of #3F634D
Black with #3F634D
Text Example
Text Example
White with #3F634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F634D; }
p { color: rgb(63,99,77); }
H1.HeaderClassName
{
color: #3F634D;
}
.AnyTagClassName
{
color: #3F634D;
}
</style>
background-color css
<style>
a { background-color: #3F634D; }
a { background-color: rgb(63,99,77); }
div.DivClassName
{
background-color: #3F634D;
}
.BgClassName
{
background-color: #3F634D;
}
</style>
border-color css
<style>
span { border-color: #3F634D; }
span { border-color: rgb(63,99,77); }
td.TdClassName
{
border-color: #3F634D;
}
.TagClassName
{
border-color: #3F634D;
}
</style>