Shades of Plantation #3F634E
Tints of Plantation #3F634E
RGB
CMYK
RGB Variations
Color information
#3F634E (or 0x3F634E) is known color: Plantation. HEX triplet: 3F, 63 and 4E. RGB value is (63,99,78). Sum of RGB (Red+Green+Blue) = 63+99+78=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #3F634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F634E is #C09CB1. Grayscale: #555555. Windows color (decimal): -12623026 or 5137215. OLE color: 5137215.
HSL color Cylindrical-coordinate representation of color #3F634E: hue angle of 145º 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 #3F634E is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 78 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.61 |
| HSL | 145º | 0.22% | 0.32% | - |
| HSV(B) | 145º | 0.36% | 0.39% | - |
| XYZ | 7.89 | 10.53 | 8.82 | - |
| YUV | 85.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 78 | 0.36 | 0 | 0.21 | 0.61 | 145 | 0.22 | 0.32 |
| Hex | 3F | 63 | 4E | 24 | 0 | 15 | 3D | 91 | 16 | 20 |
| Octal | 77 | 143 | 116 | 44 | 0 | 25 | 75 | 221 | 26 | 40 |
| Binary | 111111 | 1100011 | 1001110 | 100100 | 0 | 10101 | 111101 | 10010001 | 10110 | 100000 |
Color Harmonies of #3F634E
Complementary color
Monochromatic Colors of #3F634E
Black with #3F634E
Text Example
Text Example
White with #3F634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F634E; }
p { color: rgb(63,99,78); }
H1.HeaderClassName
{
color: #3F634E;
}
.AnyTagClassName
{
color: #3F634E;
}
</style>
background-color css
<style>
a { background-color: #3F634E; }
a { background-color: rgb(63,99,78); }
div.DivClassName
{
background-color: #3F634E;
}
.BgClassName
{
background-color: #3F634E;
}
</style>
border-color css
<style>
span { border-color: #3F634E; }
span { border-color: rgb(63,99,78); }
td.TdClassName
{
border-color: #3F634E;
}
.TagClassName
{
border-color: #3F634E;
}
</style>