Shades of Plantation #345A47
Tints of Plantation #345A47
RGB
CMYK
RGB Variations
Color information
#345A47 (or 0x345A47) is known color: Plantation. HEX triplet: 34, 5A and 47. RGB value is (52,90,71). Sum of RGB (Red+Green+Blue) = 52+90+71=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 90 - color contains mainly: green. Hex color #345A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A47 is #CBA5B8. Grayscale: #4C4C4C. Windows color (decimal): -13346233 or 4676148. OLE color: 4676148.
HSL color Cylindrical-coordinate representation of color #345A47: hue angle of 150º degrees, saturation: 0.27, 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 #345A47 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 71 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.65 |
| HSL | 150º | 0.27% | 0.28% | - |
| HSV(B) | 150º | 0.42% | 0.35% | - |
| XYZ | 6.21 | 8.5 | 7.27 | - |
| YUV | 76.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 71 | 0.42 | 0 | 0.21 | 0.65 | 150 | 0.27 | 0.28 |
| Hex | 34 | 5A | 47 | 2A | 0 | 15 | 41 | 96 | 1B | 1C |
| Octal | 64 | 132 | 107 | 52 | 0 | 25 | 101 | 226 | 33 | 34 |
| Binary | 110100 | 1011010 | 1000111 | 101010 | 0 | 10101 | 1000001 | 10010110 | 11011 | 11100 |
Color Harmonies of #345A47
Complementary color
Monochromatic Colors of #345A47
Black with #345A47
Text Example
Text Example
White with #345A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A47; }
p { color: rgb(52,90,71); }
H1.HeaderClassName
{
color: #345A47;
}
.AnyTagClassName
{
color: #345A47;
}
</style>
background-color css
<style>
a { background-color: #345A47; }
a { background-color: rgb(52,90,71); }
div.DivClassName
{
background-color: #345A47;
}
.BgClassName
{
background-color: #345A47;
}
</style>
border-color css
<style>
span { border-color: #345A47; }
span { border-color: rgb(52,90,71); }
td.TdClassName
{
border-color: #345A47;
}
.TagClassName
{
border-color: #345A47;
}
</style>