Shades of Plantation #345544
Tints of Plantation #345544
RGB
CMYK
RGB Variations
Color information
#345544 (or 0x345544) is known color: Plantation. HEX triplet: 34, 55 and 44. RGB value is (52,85,68). Sum of RGB (Red+Green+Blue) = 52+85+68=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #345544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345544 is #CBAABB. Grayscale: #494949. Windows color (decimal): -13347516 or 4478260. OLE color: 4478260.
HSL color Cylindrical-coordinate representation of color #345544: hue angle of 149.09º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345544 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 68 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.67 |
| HSL | 149.09º | 0.24% | 0.27% | - |
| HSV(B) | 149.09º | 0.39% | 0.33% | - |
| XYZ | 5.71 | 7.64 | 6.64 | - |
| YUV | 73.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 68 | 0.39 | 0 | 0.20 | 0.67 | 149.09 | 0.24 | 0.27 |
| Hex | 34 | 55 | 44 | 27 | 0 | 14 | 43 | 95 | 18 | 1B |
| Octal | 64 | 125 | 104 | 47 | 0 | 24 | 103 | 225 | 30 | 33 |
| Binary | 110100 | 1010101 | 1000100 | 100111 | 0 | 10100 | 1000011 | 10010101 | 11000 | 11011 |
Color Harmonies of #345544
Complementary color
Monochromatic Colors of #345544
Black with #345544
Text Example
Text Example
White with #345544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345544; }
p { color: rgb(52,85,68); }
H1.HeaderClassName
{
color: #345544;
}
.AnyTagClassName
{
color: #345544;
}
</style>
background-color css
<style>
a { background-color: #345544; }
a { background-color: rgb(52,85,68); }
div.DivClassName
{
background-color: #345544;
}
.BgClassName
{
background-color: #345544;
}
</style>
border-color css
<style>
span { border-color: #345544; }
span { border-color: rgb(52,85,68); }
td.TdClassName
{
border-color: #345544;
}
.TagClassName
{
border-color: #345544;
}
</style>