Shades of Plantation #3F604E
Tints of Plantation #3F604E
RGB
CMYK
RGB Variations
Color information
#3F604E (or 0x3F604E) is known color: Plantation. HEX triplet: 3F, 60 and 4E. RGB value is (63,96,78). Sum of RGB (Red+Green+Blue) = 63+96+78=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #3F604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F604E is #C09FB1. Grayscale: #545454. Windows color (decimal): -12623794 or 5136447. OLE color: 5136447.
HSL color Cylindrical-coordinate representation of color #3F604E: hue angle of 147.27º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F604E is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 78 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.62 |
| HSL | 147.27º | 0.21% | 0.31% | - |
| HSV(B) | 147.27º | 0.34% | 0.38% | - |
| XYZ | 7.61 | 9.97 | 8.73 | - |
| YUV | 84.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 78 | 0.34 | 0 | 0.19 | 0.62 | 147.27 | 0.21 | 0.31 |
| Hex | 3F | 60 | 4E | 22 | 0 | 13 | 3E | 93 | 15 | 1F |
| Octal | 77 | 140 | 116 | 42 | 0 | 23 | 76 | 223 | 25 | 37 |
| Binary | 111111 | 1100000 | 1001110 | 100010 | 0 | 10011 | 111110 | 10010011 | 10101 | 11111 |
Color Harmonies of #3F604E
Complementary color
Monochromatic Colors of #3F604E
Black with #3F604E
Text Example
Text Example
White with #3F604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F604E; }
p { color: rgb(63,96,78); }
H1.HeaderClassName
{
color: #3F604E;
}
.AnyTagClassName
{
color: #3F604E;
}
</style>
background-color css
<style>
a { background-color: #3F604E; }
a { background-color: rgb(63,96,78); }
div.DivClassName
{
background-color: #3F604E;
}
.BgClassName
{
background-color: #3F604E;
}
</style>
border-color css
<style>
span { border-color: #3F604E; }
span { border-color: rgb(63,96,78); }
td.TdClassName
{
border-color: #3F604E;
}
.TagClassName
{
border-color: #3F604E;
}
</style>