Shades of Plantation #345142
Tints of Plantation #345142
RGB
CMYK
RGB Variations
Color information
#345142 (or 0x345142) is known color: Plantation. HEX triplet: 34, 51 and 42. RGB value is (52,81,66). Sum of RGB (Red+Green+Blue) = 52+81+66=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #345142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345142 is #CBAEBD. Grayscale: #464646. Windows color (decimal): -13348542 or 4346164. OLE color: 4346164.
HSL color Cylindrical-coordinate representation of color #345142: hue angle of 148.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345142 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 66 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.68 |
| HSL | 148.97º | 0.22% | 0.26% | - |
| HSV(B) | 148.97º | 0.36% | 0.32% | - |
| XYZ | 5.34 | 7.01 | 6.23 | - |
| YUV | 70.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 66 | 0.36 | 0 | 0.19 | 0.68 | 148.97 | 0.22 | 0.26 |
| Hex | 34 | 51 | 42 | 24 | 0 | 13 | 44 | 95 | 16 | 1A |
| Octal | 64 | 121 | 102 | 44 | 0 | 23 | 104 | 225 | 26 | 32 |
| Binary | 110100 | 1010001 | 1000010 | 100100 | 0 | 10011 | 1000100 | 10010101 | 10110 | 11010 |
Color Harmonies of #345142
Complementary color
Monochromatic Colors of #345142
Black with #345142
Text Example
Text Example
White with #345142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345142; }
p { color: rgb(52,81,66); }
H1.HeaderClassName
{
color: #345142;
}
.AnyTagClassName
{
color: #345142;
}
</style>
background-color css
<style>
a { background-color: #345142; }
a { background-color: rgb(52,81,66); }
div.DivClassName
{
background-color: #345142;
}
.BgClassName
{
background-color: #345142;
}
</style>
border-color css
<style>
span { border-color: #345142; }
span { border-color: rgb(52,81,66); }
td.TdClassName
{
border-color: #345142;
}
.TagClassName
{
border-color: #345142;
}
</style>