Shades of Plantation #345E46
Tints of Plantation #345E46
RGB
CMYK
RGB Variations
Color information
#345E46 (or 0x345E46) is known color: Plantation. HEX triplet: 34, 5E and 46. RGB value is (52,94,70). Sum of RGB (Red+Green+Blue) = 52+94+70=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 94 - color contains mainly: green. Hex color #345E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E46 is #CBA1B9. Grayscale: #4E4E4E. Windows color (decimal): -13345210 or 4611636. OLE color: 4611636.
HSL color Cylindrical-coordinate representation of color #345E46: hue angle of 145.71º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345E46 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 94 | 70 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.63 |
| HSL | 145.71º | 0.29% | 0.29% | - |
| HSV(B) | 145.71º | 0.45% | 0.37% | - |
| XYZ | 6.52 | 9.18 | 7.22 | - |
| YUV | 78.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 70 | 0.45 | 0 | 0.26 | 0.63 | 145.71 | 0.29 | 0.29 |
| Hex | 34 | 5E | 46 | 2D | 0 | 1A | 3F | 92 | 1D | 1D |
| Octal | 64 | 136 | 106 | 55 | 0 | 32 | 77 | 222 | 35 | 35 |
| Binary | 110100 | 1011110 | 1000110 | 101101 | 0 | 11010 | 111111 | 10010010 | 11101 | 11101 |
Color Harmonies of #345E46
Complementary color
Monochromatic Colors of #345E46
Black with #345E46
Text Example
Text Example
White with #345E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E46; }
p { color: rgb(52,94,70); }
H1.HeaderClassName
{
color: #345E46;
}
.AnyTagClassName
{
color: #345E46;
}
</style>
background-color css
<style>
a { background-color: #345E46; }
a { background-color: rgb(52,94,70); }
div.DivClassName
{
background-color: #345E46;
}
.BgClassName
{
background-color: #345E46;
}
</style>
border-color css
<style>
span { border-color: #345E46; }
span { border-color: rgb(52,94,70); }
td.TdClassName
{
border-color: #345E46;
}
.TagClassName
{
border-color: #345E46;
}
</style>