Shades of Plantation #345947
Tints of Plantation #345947
RGB
CMYK
RGB Variations
Color information
#345947 (or 0x345947) is known color: Plantation. HEX triplet: 34, 59 and 47. RGB value is (52,89,71). Sum of RGB (Red+Green+Blue) = 52+89+71=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 89 - color contains mainly: green. Hex color #345947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345947 is #CBA6B8. Grayscale: #4B4B4B. Windows color (decimal): -13346489 or 4675892. OLE color: 4675892.
HSL color Cylindrical-coordinate representation of color #345947: hue angle of 150.81º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345947 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 71 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.65 |
| HSL | 150.81º | 0.26% | 0.28% | - |
| HSV(B) | 150.81º | 0.42% | 0.35% | - |
| XYZ | 6.13 | 8.33 | 7.25 | - |
| YUV | 75.89 | 125.24 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 71 | 0.42 | 0 | 0.20 | 0.65 | 150.81 | 0.26 | 0.28 |
| Hex | 34 | 59 | 47 | 2A | 0 | 14 | 41 | 97 | 1A | 1C |
| Octal | 64 | 131 | 107 | 52 | 0 | 24 | 101 | 227 | 32 | 34 |
| Binary | 110100 | 1011001 | 1000111 | 101010 | 0 | 10100 | 1000001 | 10010111 | 11010 | 11100 |
Color Harmonies of #345947
Complementary color
Monochromatic Colors of #345947
Black with #345947
Text Example
Text Example
White with #345947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345947; }
p { color: rgb(52,89,71); }
H1.HeaderClassName
{
color: #345947;
}
.AnyTagClassName
{
color: #345947;
}
</style>
background-color css
<style>
a { background-color: #345947; }
a { background-color: rgb(52,89,71); }
div.DivClassName
{
background-color: #345947;
}
.BgClassName
{
background-color: #345947;
}
</style>
border-color css
<style>
span { border-color: #345947; }
span { border-color: rgb(52,89,71); }
td.TdClassName
{
border-color: #345947;
}
.TagClassName
{
border-color: #345947;
}
</style>