Shades of Plantation #3F6750
Tints of Plantation #3F6750
RGB
CMYK
RGB Variations
Color information
#3F6750 (or 0x3F6750) is known color: Plantation. HEX triplet: 3F, 67 and 50. RGB value is (63,103,80). Sum of RGB (Red+Green+Blue) = 63+103+80=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6750 is #C098AF. Grayscale: #585858. Windows color (decimal): -12622000 or 5269311. OLE color: 5269311.
HSL color Cylindrical-coordinate representation of color #3F6750: hue angle of 145.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6750 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 80 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.60 |
| HSL | 145.5º | 0.24% | 0.33% | - |
| HSV(B) | 145.5º | 0.39% | 0.4% | - |
| XYZ | 8.35 | 11.34 | 9.34 | - |
| YUV | 88.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 80 | 0.39 | 0 | 0.22 | 0.60 | 145.5 | 0.24 | 0.33 |
| Hex | 3F | 67 | 50 | 27 | 0 | 16 | 3C | 92 | 18 | 21 |
| Octal | 77 | 147 | 120 | 47 | 0 | 26 | 74 | 222 | 30 | 41 |
| Binary | 111111 | 1100111 | 1010000 | 100111 | 0 | 10110 | 111100 | 10010010 | 11000 | 100001 |
Color Harmonies of #3F6750
Complementary color
Monochromatic Colors of #3F6750
Black with #3F6750
Text Example
Text Example
White with #3F6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6750; }
p { color: rgb(63,103,80); }
H1.HeaderClassName
{
color: #3F6750;
}
.AnyTagClassName
{
color: #3F6750;
}
</style>
background-color css
<style>
a { background-color: #3F6750; }
a { background-color: rgb(63,103,80); }
div.DivClassName
{
background-color: #3F6750;
}
.BgClassName
{
background-color: #3F6750;
}
</style>
border-color css
<style>
span { border-color: #3F6750; }
span { border-color: rgb(63,103,80); }
td.TdClassName
{
border-color: #3F6750;
}
.TagClassName
{
border-color: #3F6750;
}
</style>