Shades of Plantation #345647
Tints of Plantation #345647
RGB
CMYK
RGB Variations
Color information
#345647 (or 0x345647) is known color: Plantation. HEX triplet: 34, 56 and 47. RGB value is (52,86,71). Sum of RGB (Red+Green+Blue) = 52+86+71=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #345647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345647 is #CBA9B8. Grayscale: #4A4A4A. Windows color (decimal): -13347257 or 4675124. OLE color: 4675124.
HSL color Cylindrical-coordinate representation of color #345647: hue angle of 153.53º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345647 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 71 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.66 |
| HSL | 153.53º | 0.25% | 0.27% | - |
| HSV(B) | 153.53º | 0.4% | 0.34% | - |
| XYZ | 5.88 | 7.84 | 7.16 | - |
| YUV | 74.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 71 | 0.40 | 0 | 0.17 | 0.66 | 153.53 | 0.25 | 0.27 |
| Hex | 34 | 56 | 47 | 28 | 0 | 11 | 42 | 9A | 19 | 1B |
| Octal | 64 | 126 | 107 | 50 | 0 | 21 | 102 | 232 | 31 | 33 |
| Binary | 110100 | 1010110 | 1000111 | 101000 | 0 | 10001 | 1000010 | 10011010 | 11001 | 11011 |
Color Harmonies of #345647
Complementary color
Monochromatic Colors of #345647
Black with #345647
Text Example
Text Example
White with #345647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345647; }
p { color: rgb(52,86,71); }
H1.HeaderClassName
{
color: #345647;
}
.AnyTagClassName
{
color: #345647;
}
</style>
background-color css
<style>
a { background-color: #345647; }
a { background-color: rgb(52,86,71); }
div.DivClassName
{
background-color: #345647;
}
.BgClassName
{
background-color: #345647;
}
</style>
border-color css
<style>
span { border-color: #345647; }
span { border-color: rgb(52,86,71); }
td.TdClassName
{
border-color: #345647;
}
.TagClassName
{
border-color: #345647;
}
</style>