Shades of Plantation #345E49
Tints of Plantation #345E49
RGB
CMYK
RGB Variations
Color information
#345E49 (or 0x345E49) is known color: Plantation. HEX triplet: 34, 5E and 49. RGB value is (52,94,73). Sum of RGB (Red+Green+Blue) = 52+94+73=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 94 - color contains mainly: green. Hex color #345E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345E49 is #CBA1B6. Grayscale: #4F4F4F. Windows color (decimal): -13345207 or 4808244. OLE color: 4808244.
HSL color Cylindrical-coordinate representation of color #345E49: hue angle of 150º 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 #345E49 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 94 | 73 | - |
| CMYK | 0.45 | 0 | 0.22 | 0.63 |
| HSL | 150º | 0.29% | 0.29% | - |
| HSV(B) | 150º | 0.45% | 0.37% | - |
| XYZ | 6.62 | 9.22 | 7.73 | - |
| YUV | 79.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 94 | 73 | 0.45 | 0 | 0.22 | 0.63 | 150 | 0.29 | 0.29 |
| Hex | 34 | 5E | 49 | 2D | 0 | 16 | 3F | 96 | 1D | 1D |
| Octal | 64 | 136 | 111 | 55 | 0 | 26 | 77 | 226 | 35 | 35 |
| Binary | 110100 | 1011110 | 1001001 | 101101 | 0 | 10110 | 111111 | 10010110 | 11101 | 11101 |
Color Harmonies of #345E49
Complementary color
Monochromatic Colors of #345E49
Black with #345E49
Text Example
Text Example
White with #345E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345E49; }
p { color: rgb(52,94,73); }
H1.HeaderClassName
{
color: #345E49;
}
.AnyTagClassName
{
color: #345E49;
}
</style>
background-color css
<style>
a { background-color: #345E49; }
a { background-color: rgb(52,94,73); }
div.DivClassName
{
background-color: #345E49;
}
.BgClassName
{
background-color: #345E49;
}
</style>
border-color css
<style>
span { border-color: #345E49; }
span { border-color: rgb(52,94,73); }
td.TdClassName
{
border-color: #345E49;
}
.TagClassName
{
border-color: #345E49;
}
</style>