Shades of Plantation #335A45
Tints of Plantation #335A45
RGB
CMYK
RGB Variations
Color information
#335A45 (or 0x335A45) is known color: Plantation. HEX triplet: 33, 5A and 45. RGB value is (51,90,69). Sum of RGB (Red+Green+Blue) = 51+90+69=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #335A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A45 is #CCA5BA. Grayscale: #4B4B4B. Windows color (decimal): -13411771 or 4545075. OLE color: 4545075.
HSL color Cylindrical-coordinate representation of color #335A45: hue angle of 147.69º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335A45 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 90 | 69 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.65 |
| HSL | 147.69º | 0.28% | 0.28% | - |
| HSV(B) | 147.69º | 0.43% | 0.35% | - |
| XYZ | 6.1 | 8.45 | 6.94 | - |
| YUV | 75.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 69 | 0.43 | 0 | 0.23 | 0.65 | 147.69 | 0.28 | 0.28 |
| Hex | 33 | 5A | 45 | 2B | 0 | 17 | 41 | 94 | 1C | 1C |
| Octal | 63 | 132 | 105 | 53 | 0 | 27 | 101 | 224 | 34 | 34 |
| Binary | 110011 | 1011010 | 1000101 | 101011 | 0 | 10111 | 1000001 | 10010100 | 11100 | 11100 |
Color Harmonies of #335A45
Complementary color
Monochromatic Colors of #335A45
Black with #335A45
Text Example
Text Example
White with #335A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335A45; }
p { color: rgb(51,90,69); }
H1.HeaderClassName
{
color: #335A45;
}
.AnyTagClassName
{
color: #335A45;
}
</style>
background-color css
<style>
a { background-color: #335A45; }
a { background-color: rgb(51,90,69); }
div.DivClassName
{
background-color: #335A45;
}
.BgClassName
{
background-color: #335A45;
}
</style>
border-color css
<style>
span { border-color: #335A45; }
span { border-color: rgb(51,90,69); }
td.TdClassName
{
border-color: #335A45;
}
.TagClassName
{
border-color: #335A45;
}
</style>