Shades of Plantation #335445
Tints of Plantation #335445
RGB
CMYK
RGB Variations
Color information
#335445 (or 0x335445) is known color: Plantation. HEX triplet: 33, 54 and 45. RGB value is (51,84,69). Sum of RGB (Red+Green+Blue) = 51+84+69=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #335445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335445 is #CCABBA. Grayscale: #484848. Windows color (decimal): -13413307 or 4543539. OLE color: 4543539.
HSL color Cylindrical-coordinate representation of color #335445: hue angle of 152.73º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335445 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 69 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.67 |
| HSL | 152.73º | 0.24% | 0.26% | - |
| HSV(B) | 152.73º | 0.39% | 0.33% | - |
| XYZ | 5.61 | 7.47 | 6.78 | - |
| YUV | 72.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 69 | 0.39 | 0 | 0.18 | 0.67 | 152.73 | 0.24 | 0.26 |
| Hex | 33 | 54 | 45 | 27 | 0 | 12 | 43 | 99 | 18 | 1A |
| Octal | 63 | 124 | 105 | 47 | 0 | 22 | 103 | 231 | 30 | 32 |
| Binary | 110011 | 1010100 | 1000101 | 100111 | 0 | 10010 | 1000011 | 10011001 | 11000 | 11010 |
Color Harmonies of #335445
Complementary color
Monochromatic Colors of #335445
Black with #335445
Text Example
Text Example
White with #335445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335445; }
p { color: rgb(51,84,69); }
H1.HeaderClassName
{
color: #335445;
}
.AnyTagClassName
{
color: #335445;
}
</style>
background-color css
<style>
a { background-color: #335445; }
a { background-color: rgb(51,84,69); }
div.DivClassName
{
background-color: #335445;
}
.BgClassName
{
background-color: #335445;
}
</style>
border-color css
<style>
span { border-color: #335445; }
span { border-color: rgb(51,84,69); }
td.TdClassName
{
border-color: #335445;
}
.TagClassName
{
border-color: #335445;
}
</style>