Shades of Plantation #3F6150
Tints of Plantation #3F6150
RGB
CMYK
RGB Variations
Color information
#3F6150 (or 0x3F6150) is known color: Plantation. HEX triplet: 3F, 61 and 50. RGB value is (63,97,80). Sum of RGB (Red+Green+Blue) = 63+97+80=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6150 is #C09EAF. Grayscale: #545454. Windows color (decimal): -12623536 or 5267775. OLE color: 5267775.
HSL color Cylindrical-coordinate representation of color #3F6150: hue angle of 150º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F6150 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 97 | 80 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.62 |
| HSL | 150º | 0.21% | 0.31% | - |
| HSV(B) | 150º | 0.35% | 0.38% | - |
| XYZ | 7.77 | 10.19 | 9.15 | - |
| YUV | 84.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 80 | 0.35 | 0 | 0.18 | 0.62 | 150 | 0.21 | 0.31 |
| Hex | 3F | 61 | 50 | 23 | 0 | 12 | 3E | 96 | 15 | 1F |
| Octal | 77 | 141 | 120 | 43 | 0 | 22 | 76 | 226 | 25 | 37 |
| Binary | 111111 | 1100001 | 1010000 | 100011 | 0 | 10010 | 111110 | 10010110 | 10101 | 11111 |
Color Harmonies of #3F6150
Complementary color
Monochromatic Colors of #3F6150
Black with #3F6150
Text Example
Text Example
White with #3F6150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6150; }
p { color: rgb(63,97,80); }
H1.HeaderClassName
{
color: #3F6150;
}
.AnyTagClassName
{
color: #3F6150;
}
</style>
background-color css
<style>
a { background-color: #3F6150; }
a { background-color: rgb(63,97,80); }
div.DivClassName
{
background-color: #3F6150;
}
.BgClassName
{
background-color: #3F6150;
}
</style>
border-color css
<style>
span { border-color: #3F6150; }
span { border-color: rgb(63,97,80); }
td.TdClassName
{
border-color: #3F6150;
}
.TagClassName
{
border-color: #3F6150;
}
</style>