Shades of Plantation #3F5E4E
Tints of Plantation #3F5E4E
RGB
CMYK
RGB Variations
Color information
#3F5E4E (or 0x3F5E4E) is known color: Plantation. HEX triplet: 3F, 5E and 4E. RGB value is (63,94,78). Sum of RGB (Red+Green+Blue) = 63+94+78=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 94 - color contains mainly: green. Hex color #3F5E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5E4E is #C0A1B1. Grayscale: #525252. Windows color (decimal): -12624306 or 5135935. OLE color: 5135935.
HSL color Cylindrical-coordinate representation of color #3F5E4E: hue angle of 149.03º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F5E4E is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
RGB | 63 | 94 | 78 | - |
CMYK | 0.33 | 0 | 0.17 | 0.63 |
HSL | 149.03º | 0.2% | 0.31% | - |
HSV(B) | 149.03º | 0.33% | 0.37% | - |
XYZ | 7.43 | 9.61 | 8.67 | - |
YUV | 82.91 | 125.23 | 113.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 94 | 78 | 0.33 | 0 | 0.17 | 0.63 | 149.03 | 0.2 | 0.31 |
Hex | 3F | 5E | 4E | 21 | 0 | 11 | 3F | 95 | 14 | 1F |
Octal | 77 | 136 | 116 | 41 | 0 | 21 | 77 | 225 | 24 | 37 |
Binary | 111111 | 1011110 | 1001110 | 100001 | 0 | 10001 | 111111 | 10010101 | 10100 | 11111 |
Color Harmonies of #3F5E4E
Complementary color
Monochromatic Colors of #3F5E4E
Black with #3F5E4E
Text Example
Text Example
White with #3F5E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5E4E; }
p { color: rgb(63,94,78); }
H1.HeaderClassName
{
color: #3F5E4E;
}
.AnyTagClassName
{
color: #3F5E4E;
}
</style>
background-color css
<style>
a { background-color: #3F5E4E; }
a { background-color: rgb(63,94,78); }
div.DivClassName
{
background-color: #3F5E4E;
}
.BgClassName
{
background-color: #3F5E4E;
}
</style>
border-color css
<style>
span { border-color: #3F5E4E; }
span { border-color: rgb(63,94,78); }
td.TdClassName
{
border-color: #3F5E4E;
}
.TagClassName
{
border-color: #3F5E4E;
}
</style>