Shades of Plantation #435B4E
Tints of Plantation #435B4E
RGB
CMYK
RGB Variations
Color information
#435B4E (or 0x435B4E) is known color: Plantation. HEX triplet: 43, 5B and 4E. RGB value is (67,91,78). Sum of RGB (Red+Green+Blue) = 67+91+78=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 91 - color contains mainly: green. Hex color #435B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435B4E is #BCA4B1. Grayscale: #525252. Windows color (decimal): -12362930 or 5135171. OLE color: 5135171.
HSL color Cylindrical-coordinate representation of color #435B4E: hue angle of 147.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 #435B4E is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 91 | 78 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.64 |
| HSL | 147.5º | 0.15% | 0.31% | - |
| HSV(B) | 147.5º | 0.26% | 0.36% | - |
| XYZ | 7.43 | 9.23 | 8.6 | - |
| YUV | 82.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 78 | 0.26 | 0 | 0.14 | 0.64 | 147.5 | 0.15 | 0.31 |
| Hex | 43 | 5B | 4E | 1A | 0 | E | 40 | 94 | F | 1F |
| Octal | 103 | 133 | 116 | 32 | 0 | 16 | 100 | 224 | 17 | 37 |
| Binary | 1000011 | 1011011 | 1001110 | 11010 | 0 | 1110 | 1000000 | 10010100 | 1111 | 11111 |
Color Harmonies of #435B4E
Complementary color
Monochromatic Colors of #435B4E
Black with #435B4E
Text Example
Text Example
White with #435B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435B4E; }
p { color: rgb(67,91,78); }
H1.HeaderClassName
{
color: #435B4E;
}
.AnyTagClassName
{
color: #435B4E;
}
</style>
background-color css
<style>
a { background-color: #435B4E; }
a { background-color: rgb(67,91,78); }
div.DivClassName
{
background-color: #435B4E;
}
.BgClassName
{
background-color: #435B4E;
}
</style>
border-color css
<style>
span { border-color: #435B4E; }
span { border-color: rgb(67,91,78); }
td.TdClassName
{
border-color: #435B4E;
}
.TagClassName
{
border-color: #435B4E;
}
</style>