Shades of Plantation #345C46
Tints of Plantation #345C46
RGB
CMYK
RGB Variations
Color information
#345C46 (or 0x345C46) is known color: Plantation. HEX triplet: 34, 5C and 46. RGB value is (52,92,70). Sum of RGB (Red+Green+Blue) = 52+92+70=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 92 - color contains mainly: green. Hex color #345C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C46 is #CBA3B9. Grayscale: #4D4D4D. Windows color (decimal): -13345722 or 4611124. OLE color: 4611124.
HSL color Cylindrical-coordinate representation of color #345C46: hue angle of 147º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C46 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 70 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.64 |
| HSL | 147º | 0.28% | 0.28% | - |
| HSV(B) | 147º | 0.43% | 0.36% | - |
| XYZ | 6.35 | 8.83 | 7.16 | - |
| YUV | 77.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 70 | 0.43 | 0 | 0.24 | 0.64 | 147 | 0.28 | 0.28 |
| Hex | 34 | 5C | 46 | 2B | 0 | 18 | 40 | 93 | 1C | 1C |
| Octal | 64 | 134 | 106 | 53 | 0 | 30 | 100 | 223 | 34 | 34 |
| Binary | 110100 | 1011100 | 1000110 | 101011 | 0 | 11000 | 1000000 | 10010011 | 11100 | 11100 |
Color Harmonies of #345C46
Complementary color
Monochromatic Colors of #345C46
Black with #345C46
Text Example
Text Example
White with #345C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C46; }
p { color: rgb(52,92,70); }
H1.HeaderClassName
{
color: #345C46;
}
.AnyTagClassName
{
color: #345C46;
}
</style>
background-color css
<style>
a { background-color: #345C46; }
a { background-color: rgb(52,92,70); }
div.DivClassName
{
background-color: #345C46;
}
.BgClassName
{
background-color: #345C46;
}
</style>
border-color css
<style>
span { border-color: #345C46; }
span { border-color: rgb(52,92,70); }
td.TdClassName
{
border-color: #345C46;
}
.TagClassName
{
border-color: #345C46;
}
</style>