Shades of Plantation #435B50
Tints of Plantation #435B50
RGB
CMYK
RGB Variations
Color information
#435B50 (or 0x435B50) is known color: Plantation. HEX triplet: 43, 5B and 50. RGB value is (67,91,80). Sum of RGB (Red+Green+Blue) = 67+91+80=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #435B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435B50 is #BCA4AF. Grayscale: #525252. Windows color (decimal): -12362928 or 5266243. OLE color: 5266243.
HSL color Cylindrical-coordinate representation of color #435B50: hue angle of 152.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435B50 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 91 | 80 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.64 |
| HSL | 152.5º | 0.15% | 0.31% | - |
| HSV(B) | 152.5º | 0.26% | 0.36% | - |
| XYZ | 7.5 | 9.25 | 8.98 | - |
| YUV | 82.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 80 | 0.26 | 0 | 0.12 | 0.64 | 152.5 | 0.15 | 0.31 |
| Hex | 43 | 5B | 50 | 1A | 0 | C | 40 | 98 | F | 1F |
| Octal | 103 | 133 | 120 | 32 | 0 | 14 | 100 | 230 | 17 | 37 |
| Binary | 1000011 | 1011011 | 1010000 | 11010 | 0 | 1100 | 1000000 | 10011000 | 1111 | 11111 |
Color Harmonies of #435B50
Complementary color
Monochromatic Colors of #435B50
Black with #435B50
Text Example
Text Example
White with #435B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435B50; }
p { color: rgb(67,91,80); }
H1.HeaderClassName
{
color: #435B50;
}
.AnyTagClassName
{
color: #435B50;
}
</style>
background-color css
<style>
a { background-color: #435B50; }
a { background-color: rgb(67,91,80); }
div.DivClassName
{
background-color: #435B50;
}
.BgClassName
{
background-color: #435B50;
}
</style>
border-color css
<style>
span { border-color: #435B50; }
span { border-color: rgb(67,91,80); }
td.TdClassName
{
border-color: #435B50;
}
.TagClassName
{
border-color: #435B50;
}
</style>