Shades of Plantation #3B634E
Tints of Plantation #3B634E
RGB
CMYK
RGB Variations
Color information
#3B634E (or 0x3B634E) is known color: Plantation. HEX triplet: 3B, 63 and 4E. RGB value is (59,99,78). Sum of RGB (Red+Green+Blue) = 59+99+78=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #3B634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B634E is #C49CB1. Grayscale: #545454. Windows color (decimal): -12885170 or 5137211. OLE color: 5137211.
HSL color Cylindrical-coordinate representation of color #3B634E: hue angle of 148.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B634E is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 99 | 78 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.61 |
| HSL | 148.5º | 0.25% | 0.31% | - |
| HSV(B) | 148.5º | 0.4% | 0.39% | - |
| XYZ | 7.64 | 10.4 | 8.81 | - |
| YUV | 84.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 78 | 0.40 | 0 | 0.21 | 0.61 | 148.5 | 0.25 | 0.31 |
| Hex | 3B | 63 | 4E | 28 | 0 | 15 | 3D | 94 | 19 | 1F |
| Octal | 73 | 143 | 116 | 50 | 0 | 25 | 75 | 224 | 31 | 37 |
| Binary | 111011 | 1100011 | 1001110 | 101000 | 0 | 10101 | 111101 | 10010100 | 11001 | 11111 |
Color Harmonies of #3B634E
Complementary color
Monochromatic Colors of #3B634E
Black with #3B634E
Text Example
Text Example
White with #3B634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B634E; }
p { color: rgb(59,99,78); }
H1.HeaderClassName
{
color: #3B634E;
}
.AnyTagClassName
{
color: #3B634E;
}
</style>
background-color css
<style>
a { background-color: #3B634E; }
a { background-color: rgb(59,99,78); }
div.DivClassName
{
background-color: #3B634E;
}
.BgClassName
{
background-color: #3B634E;
}
</style>
border-color css
<style>
span { border-color: #3B634E; }
span { border-color: rgb(59,99,78); }
td.TdClassName
{
border-color: #3B634E;
}
.TagClassName
{
border-color: #3B634E;
}
</style>