Shades of Plantation #355A45
Tints of Plantation #355A45
RGB
CMYK
RGB Variations
Color information
#355A45 (or 0x355A45) is known color: Plantation. HEX triplet: 35, 5A and 45. RGB value is (53,90,69). Sum of RGB (Red+Green+Blue) = 53+90+69=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #355A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355A45 is #CAA5BA. Grayscale: #4C4C4C. Windows color (decimal): -13280699 or 4545077. OLE color: 4545077.
HSL color Cylindrical-coordinate representation of color #355A45: hue angle of 145.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #355A45 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 69 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.65 |
| HSL | 145.95º | 0.26% | 0.28% | - |
| HSV(B) | 145.95º | 0.41% | 0.35% | - |
| XYZ | 6.2 | 8.5 | 6.94 | - |
| YUV | 76.54 | 123.74 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 69 | 0.41 | 0 | 0.23 | 0.65 | 145.95 | 0.26 | 0.28 |
| Hex | 35 | 5A | 45 | 29 | 0 | 17 | 41 | 92 | 1A | 1C |
| Octal | 65 | 132 | 105 | 51 | 0 | 27 | 101 | 222 | 32 | 34 |
| Binary | 110101 | 1011010 | 1000101 | 101001 | 0 | 10111 | 1000001 | 10010010 | 11010 | 11100 |
Color Harmonies of #355A45
Complementary color
Monochromatic Colors of #355A45
Black with #355A45
Text Example
Text Example
White with #355A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A45; }
p { color: rgb(53,90,69); }
H1.HeaderClassName
{
color: #355A45;
}
.AnyTagClassName
{
color: #355A45;
}
</style>
background-color css
<style>
a { background-color: #355A45; }
a { background-color: rgb(53,90,69); }
div.DivClassName
{
background-color: #355A45;
}
.BgClassName
{
background-color: #355A45;
}
</style>
border-color css
<style>
span { border-color: #355A45; }
span { border-color: rgb(53,90,69); }
td.TdClassName
{
border-color: #355A45;
}
.TagClassName
{
border-color: #355A45;
}
</style>