Shades of Plantation #335443
Tints of Plantation #335443
RGB
CMYK
RGB Variations
Color information
#335443 (or 0x335443) is known color: Plantation. HEX triplet: 33, 54 and 43. RGB value is (51,84,67). Sum of RGB (Red+Green+Blue) = 51+84+67=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #335443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335443 is #CCABBC. Grayscale: #484848. Windows color (decimal): -13413309 or 4412467. OLE color: 4412467.
HSL color Cylindrical-coordinate representation of color #335443: hue angle of 149.09º 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 #335443 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 67 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.67 |
| HSL | 149.09º | 0.24% | 0.26% | - |
| HSV(B) | 149.09º | 0.39% | 0.33% | - |
| XYZ | 5.55 | 7.45 | 6.46 | - |
| YUV | 72.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 67 | 0.39 | 0 | 0.20 | 0.67 | 149.09 | 0.24 | 0.26 |
| Hex | 33 | 54 | 43 | 27 | 0 | 14 | 43 | 95 | 18 | 1A |
| Octal | 63 | 124 | 103 | 47 | 0 | 24 | 103 | 225 | 30 | 32 |
| Binary | 110011 | 1010100 | 1000011 | 100111 | 0 | 10100 | 1000011 | 10010101 | 11000 | 11010 |
Color Harmonies of #335443
Complementary color
Monochromatic Colors of #335443
Black with #335443
Text Example
Text Example
White with #335443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335443; }
p { color: rgb(51,84,67); }
H1.HeaderClassName
{
color: #335443;
}
.AnyTagClassName
{
color: #335443;
}
</style>
background-color css
<style>
a { background-color: #335443; }
a { background-color: rgb(51,84,67); }
div.DivClassName
{
background-color: #335443;
}
.BgClassName
{
background-color: #335443;
}
</style>
border-color css
<style>
span { border-color: #335443; }
span { border-color: rgb(51,84,67); }
td.TdClassName
{
border-color: #335443;
}
.TagClassName
{
border-color: #335443;
}
</style>