Shades of Plantation #3F5D4A
Tints of Plantation #3F5D4A
RGB
CMYK
RGB Variations
Color information
#3F5D4A (or 0x3F5D4A) is known color: Plantation. HEX triplet: 3F, 5D and 4A. RGB value is (63,93,74). Sum of RGB (Red+Green+Blue) = 63+93+74=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5D4A is #C0A2B5. Grayscale: #515151. Windows color (decimal): -12624566 or 4873535. OLE color: 4873535.
HSL color Cylindrical-coordinate representation of color #3F5D4A: hue angle of 142º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D4A is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 93 | 74 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.64 |
| HSL | 142º | 0.19% | 0.31% | - |
| HSV(B) | 142º | 0.32% | 0.36% | - |
| XYZ | 7.2 | 9.38 | 7.91 | - |
| YUV | 81.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 74 | 0.32 | 0 | 0.20 | 0.64 | 142 | 0.19 | 0.31 |
| Hex | 3F | 5D | 4A | 20 | 0 | 14 | 40 | 8E | 13 | 1F |
| Octal | 77 | 135 | 112 | 40 | 0 | 24 | 100 | 216 | 23 | 37 |
| Binary | 111111 | 1011101 | 1001010 | 100000 | 0 | 10100 | 1000000 | 10001110 | 10011 | 11111 |
Color Harmonies of #3F5D4A
Complementary color
Monochromatic Colors of #3F5D4A
Black with #3F5D4A
Text Example
Text Example
White with #3F5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D4A; }
p { color: rgb(63,93,74); }
H1.HeaderClassName
{
color: #3F5D4A;
}
.AnyTagClassName
{
color: #3F5D4A;
}
</style>
background-color css
<style>
a { background-color: #3F5D4A; }
a { background-color: rgb(63,93,74); }
div.DivClassName
{
background-color: #3F5D4A;
}
.BgClassName
{
background-color: #3F5D4A;
}
</style>
border-color css
<style>
span { border-color: #3F5D4A; }
span { border-color: rgb(63,93,74); }
td.TdClassName
{
border-color: #3F5D4A;
}
.TagClassName
{
border-color: #3F5D4A;
}
</style>