Shades of Plantation #315644
Tints of Plantation #315644
RGB
CMYK
RGB Variations
Color information
#315644 (or 0x315644) is known color: Plantation. HEX triplet: 31, 56 and 44. RGB value is (49,86,68). Sum of RGB (Red+Green+Blue) = 49+86+68=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #315644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315644 is #CEA9BB. Grayscale: #484848. Windows color (decimal): -13543868 or 4478513. OLE color: 4478513.
HSL color Cylindrical-coordinate representation of color #315644: hue angle of 150.81º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315644 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 86 | 68 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.66 |
| HSL | 150.81º | 0.27% | 0.26% | - |
| HSV(B) | 150.81º | 0.43% | 0.34% | - |
| XYZ | 5.64 | 7.73 | 6.66 | - |
| YUV | 72.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 86 | 68 | 0.43 | 0 | 0.21 | 0.66 | 150.81 | 0.27 | 0.26 |
| Hex | 31 | 56 | 44 | 2B | 0 | 15 | 42 | 97 | 1B | 1A |
| Octal | 61 | 126 | 104 | 53 | 0 | 25 | 102 | 227 | 33 | 32 |
| Binary | 110001 | 1010110 | 1000100 | 101011 | 0 | 10101 | 1000010 | 10010111 | 11011 | 11010 |
Color Harmonies of #315644
Complementary color
Monochromatic Colors of #315644
Black with #315644
Text Example
Text Example
White with #315644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315644; }
p { color: rgb(49,86,68); }
H1.HeaderClassName
{
color: #315644;
}
.AnyTagClassName
{
color: #315644;
}
</style>
background-color css
<style>
a { background-color: #315644; }
a { background-color: rgb(49,86,68); }
div.DivClassName
{
background-color: #315644;
}
.BgClassName
{
background-color: #315644;
}
</style>
border-color css
<style>
span { border-color: #315644; }
span { border-color: rgb(49,86,68); }
td.TdClassName
{
border-color: #315644;
}
.TagClassName
{
border-color: #315644;
}
</style>