Shades of Plantation #3F594B
Tints of Plantation #3F594B
RGB
CMYK
RGB Variations
Color information
#3F594B (or 0x3F594B) is known color: Plantation. HEX triplet: 3F, 59 and 4B. RGB value is (63,89,75). Sum of RGB (Red+Green+Blue) = 63+89+75=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 89 - color contains mainly: green. Hex color #3F594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F594B is #C0A6B4. Grayscale: #4F4F4F. Windows color (decimal): -12625589 or 4938047. OLE color: 4938047.
HSL color Cylindrical-coordinate representation of color #3F594B: hue angle of 147.69º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F594B is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 89 | 75 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.65 |
| HSL | 147.69º | 0.17% | 0.3% | - |
| HSV(B) | 147.69º | 0.29% | 0.35% | - |
| XYZ | 6.89 | 8.71 | 7.97 | - |
| YUV | 79.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 75 | 0.29 | 0 | 0.16 | 0.65 | 147.69 | 0.17 | 0.3 |
| Hex | 3F | 59 | 4B | 1D | 0 | 10 | 41 | 94 | 11 | 1E |
| Octal | 77 | 131 | 113 | 35 | 0 | 20 | 101 | 224 | 21 | 36 |
| Binary | 111111 | 1011001 | 1001011 | 11101 | 0 | 10000 | 1000001 | 10010100 | 10001 | 11110 |
Color Harmonies of #3F594B
Complementary color
Monochromatic Colors of #3F594B
Black with #3F594B
Text Example
Text Example
White with #3F594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F594B; }
p { color: rgb(63,89,75); }
H1.HeaderClassName
{
color: #3F594B;
}
.AnyTagClassName
{
color: #3F594B;
}
</style>
background-color css
<style>
a { background-color: #3F594B; }
a { background-color: rgb(63,89,75); }
div.DivClassName
{
background-color: #3F594B;
}
.BgClassName
{
background-color: #3F594B;
}
</style>
border-color css
<style>
span { border-color: #3F594B; }
span { border-color: rgb(63,89,75); }
td.TdClassName
{
border-color: #3F594B;
}
.TagClassName
{
border-color: #3F594B;
}
</style>