Shades of Plantation #345443
Tints of Plantation #345443
RGB
CMYK
RGB Variations
Color information
#345443 (or 0x345443) is known color: Plantation. HEX triplet: 34, 54 and 43. RGB value is (52,84,67). Sum of RGB (Red+Green+Blue) = 52+84+67=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #345443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345443 is #CBABBC. Grayscale: #484848. Windows color (decimal): -13347773 or 4412468. OLE color: 4412468.
HSL color Cylindrical-coordinate representation of color #345443: hue angle of 148.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345443 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 84 | 67 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.67 |
| HSL | 148.13º | 0.24% | 0.27% | - |
| HSV(B) | 148.13º | 0.38% | 0.33% | - |
| XYZ | 5.6 | 7.48 | 6.46 | - |
| YUV | 72.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 67 | 0.38 | 0 | 0.20 | 0.67 | 148.13 | 0.24 | 0.27 |
| Hex | 34 | 54 | 43 | 26 | 0 | 14 | 43 | 94 | 18 | 1B |
| Octal | 64 | 124 | 103 | 46 | 0 | 24 | 103 | 224 | 30 | 33 |
| Binary | 110100 | 1010100 | 1000011 | 100110 | 0 | 10100 | 1000011 | 10010100 | 11000 | 11011 |
Color Harmonies of #345443
Complementary color
Monochromatic Colors of #345443
Black with #345443
Text Example
Text Example
White with #345443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345443; }
p { color: rgb(52,84,67); }
H1.HeaderClassName
{
color: #345443;
}
.AnyTagClassName
{
color: #345443;
}
</style>
background-color css
<style>
a { background-color: #345443; }
a { background-color: rgb(52,84,67); }
div.DivClassName
{
background-color: #345443;
}
.BgClassName
{
background-color: #345443;
}
</style>
border-color css
<style>
span { border-color: #345443; }
span { border-color: rgb(52,84,67); }
td.TdClassName
{
border-color: #345443;
}
.TagClassName
{
border-color: #345443;
}
</style>