Shades of Plantation #3F5C4F
Tints of Plantation #3F5C4F
RGB
CMYK
RGB Variations
Color information
#3F5C4F (or 0x3F5C4F) is known color: Plantation. HEX triplet: 3F, 5C and 4F. RGB value is (63,92,79). Sum of RGB (Red+Green+Blue) = 63+92+79=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #3F5C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5C4F is #C0A3B0. Grayscale: #515151. Windows color (decimal): -12624817 or 5200959. OLE color: 5200959.
HSL color Cylindrical-coordinate representation of color #3F5C4F: hue angle of 153.1º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5C4F is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 92 | 79 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.64 |
| HSL | 153.1º | 0.19% | 0.3% | - |
| HSV(B) | 153.1º | 0.32% | 0.36% | - |
| XYZ | 7.29 | 9.28 | 8.8 | - |
| YUV | 81.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 92 | 79 | 0.32 | 0 | 0.14 | 0.64 | 153.1 | 0.19 | 0.3 |
| Hex | 3F | 5C | 4F | 20 | 0 | E | 40 | 99 | 13 | 1E |
| Octal | 77 | 134 | 117 | 40 | 0 | 16 | 100 | 231 | 23 | 36 |
| Binary | 111111 | 1011100 | 1001111 | 100000 | 0 | 1110 | 1000000 | 10011001 | 10011 | 11110 |
Color Harmonies of #3F5C4F
Complementary color
Monochromatic Colors of #3F5C4F
Black with #3F5C4F
Text Example
Text Example
White with #3F5C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5C4F; }
p { color: rgb(63,92,79); }
H1.HeaderClassName
{
color: #3F5C4F;
}
.AnyTagClassName
{
color: #3F5C4F;
}
</style>
background-color css
<style>
a { background-color: #3F5C4F; }
a { background-color: rgb(63,92,79); }
div.DivClassName
{
background-color: #3F5C4F;
}
.BgClassName
{
background-color: #3F5C4F;
}
</style>
border-color css
<style>
span { border-color: #3F5C4F; }
span { border-color: rgb(63,92,79); }
td.TdClassName
{
border-color: #3F5C4F;
}
.TagClassName
{
border-color: #3F5C4F;
}
</style>