Shades of Plantation #3F634C
Tints of Plantation #3F634C
RGB
CMYK
RGB Variations
Color information
#3F634C (or 0x3F634C) is known color: Plantation. HEX triplet: 3F, 63 and 4C. RGB value is (63,99,76). Sum of RGB (Red+Green+Blue) = 63+99+76=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #3F634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F634C is #C09CB3. Grayscale: #555555. Windows color (decimal): -12623028 or 5006143. OLE color: 5006143.
HSL color Cylindrical-coordinate representation of color #3F634C: hue angle of 141.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F634C is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 76 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.61 |
| HSL | 141.67º | 0.22% | 0.32% | - |
| HSV(B) | 141.67º | 0.36% | 0.39% | - |
| XYZ | 7.82 | 10.5 | 8.45 | - |
| YUV | 85.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 76 | 0.36 | 0 | 0.23 | 0.61 | 141.67 | 0.22 | 0.32 |
| Hex | 3F | 63 | 4C | 24 | 0 | 17 | 3D | 8E | 16 | 20 |
| Octal | 77 | 143 | 114 | 44 | 0 | 27 | 75 | 216 | 26 | 40 |
| Binary | 111111 | 1100011 | 1001100 | 100100 | 0 | 10111 | 111101 | 10001110 | 10110 | 100000 |
Color Harmonies of #3F634C
Complementary color
Monochromatic Colors of #3F634C
Black with #3F634C
Text Example
Text Example
White with #3F634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F634C; }
p { color: rgb(63,99,76); }
H1.HeaderClassName
{
color: #3F634C;
}
.AnyTagClassName
{
color: #3F634C;
}
</style>
background-color css
<style>
a { background-color: #3F634C; }
a { background-color: rgb(63,99,76); }
div.DivClassName
{
background-color: #3F634C;
}
.BgClassName
{
background-color: #3F634C;
}
</style>
border-color css
<style>
span { border-color: #3F634C; }
span { border-color: rgb(63,99,76); }
td.TdClassName
{
border-color: #3F634C;
}
.TagClassName
{
border-color: #3F634C;
}
</style>