Shades of Plantation #3F5B4A
Tints of Plantation #3F5B4A
RGB
CMYK
RGB Variations
Color information
#3F5B4A (or 0x3F5B4A) is known color: Plantation. HEX triplet: 3F, 5B and 4A. RGB value is (63,91,74). Sum of RGB (Red+Green+Blue) = 63+91+74=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5B4A is #C0A4B5. Grayscale: #505050. Windows color (decimal): -12625078 or 4873023. OLE color: 4873023.
HSL color Cylindrical-coordinate representation of color #3F5B4A: hue angle of 143.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F5B4A is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 74 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.64 |
| HSL | 143.57º | 0.18% | 0.3% | - |
| HSV(B) | 143.57º | 0.31% | 0.36% | - |
| XYZ | 7.03 | 9.03 | 7.85 | - |
| YUV | 80.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 74 | 0.31 | 0 | 0.19 | 0.64 | 143.57 | 0.18 | 0.3 |
| Hex | 3F | 5B | 4A | 1F | 0 | 13 | 40 | 90 | 12 | 1E |
| Octal | 77 | 133 | 112 | 37 | 0 | 23 | 100 | 220 | 22 | 36 |
| Binary | 111111 | 1011011 | 1001010 | 11111 | 0 | 10011 | 1000000 | 10010000 | 10010 | 11110 |
Color Harmonies of #3F5B4A
Complementary color
Monochromatic Colors of #3F5B4A
Black with #3F5B4A
Text Example
Text Example
White with #3F5B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B4A; }
p { color: rgb(63,91,74); }
H1.HeaderClassName
{
color: #3F5B4A;
}
.AnyTagClassName
{
color: #3F5B4A;
}
</style>
background-color css
<style>
a { background-color: #3F5B4A; }
a { background-color: rgb(63,91,74); }
div.DivClassName
{
background-color: #3F5B4A;
}
.BgClassName
{
background-color: #3F5B4A;
}
</style>
border-color css
<style>
span { border-color: #3F5B4A; }
span { border-color: rgb(63,91,74); }
td.TdClassName
{
border-color: #3F5B4A;
}
.TagClassName
{
border-color: #3F5B4A;
}
</style>