Shades of Plantation #3F654F
Tints of Plantation #3F654F
RGB
CMYK
RGB Variations
Color information
#3F654F (or 0x3F654F) is known color: Plantation. HEX triplet: 3F, 65 and 4F. RGB value is (63,101,79). Sum of RGB (Red+Green+Blue) = 63+101+79=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #3F654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F654F is #C09AB0. Grayscale: #575757. Windows color (decimal): -12622513 or 5203263. OLE color: 5203263.
HSL color Cylindrical-coordinate representation of color #3F654F: hue angle of 145.26º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F654F is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 79 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.60 |
| HSL | 145.26º | 0.23% | 0.32% | - |
| HSV(B) | 145.26º | 0.38% | 0.4% | - |
| XYZ | 8.11 | 10.93 | 9.08 | - |
| YUV | 87.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 79 | 0.38 | 0 | 0.22 | 0.60 | 145.26 | 0.23 | 0.32 |
| Hex | 3F | 65 | 4F | 26 | 0 | 16 | 3C | 91 | 17 | 20 |
| Octal | 77 | 145 | 117 | 46 | 0 | 26 | 74 | 221 | 27 | 40 |
| Binary | 111111 | 1100101 | 1001111 | 100110 | 0 | 10110 | 111100 | 10010001 | 10111 | 100000 |
Color Harmonies of #3F654F
Complementary color
Monochromatic Colors of #3F654F
Black with #3F654F
Text Example
Text Example
White with #3F654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F654F; }
p { color: rgb(63,101,79); }
H1.HeaderClassName
{
color: #3F654F;
}
.AnyTagClassName
{
color: #3F654F;
}
</style>
background-color css
<style>
a { background-color: #3F654F; }
a { background-color: rgb(63,101,79); }
div.DivClassName
{
background-color: #3F654F;
}
.BgClassName
{
background-color: #3F654F;
}
</style>
border-color css
<style>
span { border-color: #3F654F; }
span { border-color: rgb(63,101,79); }
td.TdClassName
{
border-color: #3F654F;
}
.TagClassName
{
border-color: #3F654F;
}
</style>