Shades of Plantation #435B4F
Tints of Plantation #435B4F
RGB
CMYK
RGB Variations
Color information
#435B4F (or 0x435B4F) is known color: Plantation. HEX triplet: 43, 5B and 4F. RGB value is (67,91,79). Sum of RGB (Red+Green+Blue) = 67+91+79=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 91 - color contains mainly: green. Hex color #435B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435B4F is #BCA4B0. Grayscale: #525252. Windows color (decimal): -12362929 or 5200707. OLE color: 5200707.
HSL color Cylindrical-coordinate representation of color #435B4F: hue angle of 150º 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 #435B4F is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 91 | 79 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.64 |
| HSL | 150º | 0.15% | 0.31% | - |
| HSV(B) | 150º | 0.26% | 0.36% | - |
| XYZ | 7.47 | 9.24 | 8.79 | - |
| YUV | 82.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 79 | 0.26 | 0 | 0.13 | 0.64 | 150 | 0.15 | 0.31 |
| Hex | 43 | 5B | 4F | 1A | 0 | D | 40 | 96 | F | 1F |
| Octal | 103 | 133 | 117 | 32 | 0 | 15 | 100 | 226 | 17 | 37 |
| Binary | 1000011 | 1011011 | 1001111 | 11010 | 0 | 1101 | 1000000 | 10010110 | 1111 | 11111 |
Color Harmonies of #435B4F
Complementary color
Monochromatic Colors of #435B4F
Black with #435B4F
Text Example
Text Example
White with #435B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435B4F; }
p { color: rgb(67,91,79); }
H1.HeaderClassName
{
color: #435B4F;
}
.AnyTagClassName
{
color: #435B4F;
}
</style>
background-color css
<style>
a { background-color: #435B4F; }
a { background-color: rgb(67,91,79); }
div.DivClassName
{
background-color: #435B4F;
}
.BgClassName
{
background-color: #435B4F;
}
</style>
border-color css
<style>
span { border-color: #435B4F; }
span { border-color: rgb(67,91,79); }
td.TdClassName
{
border-color: #435B4F;
}
.TagClassName
{
border-color: #435B4F;
}
</style>