Shades of Plantation #46524B
Tints of Plantation #46524B
RGB
CMYK
RGB Variations
Color information
#46524B (or 0x46524B) is known color: Plantation. HEX triplet: 46, 52 and 4B. RGB value is (70,82,75). Sum of RGB (Red+Green+Blue) = 70+82+75=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 82 - color contains mainly: green. Hex color #46524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46524B is #B9ADB4. Grayscale: #4D4D4D. Windows color (decimal): -12168629 or 4936262. OLE color: 4936262.
HSL color Cylindrical-coordinate representation of color #46524B: hue angle of 145º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #46524B is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 75 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.68 |
| HSL | 145º | 0.08% | 0.3% | - |
| HSV(B) | 145º | 0.15% | 0.32% | - |
| XYZ | 6.81 | 7.84 | 7.81 | - |
| YUV | 77.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 75 | 0.15 | 0 | 0.09 | 0.68 | 145 | 0.08 | 0.3 |
| Hex | 46 | 52 | 4B | F | 0 | 9 | 44 | 91 | 8 | 1E |
| Octal | 106 | 122 | 113 | 17 | 0 | 11 | 104 | 221 | 10 | 36 |
| Binary | 1000110 | 1010010 | 1001011 | 1111 | 0 | 1001 | 1000100 | 10010001 | 1000 | 11110 |
Color Harmonies of #46524B
Complementary color
Monochromatic Colors of #46524B
Black with #46524B
Text Example
Text Example
White with #46524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46524B; }
p { color: rgb(70,82,75); }
H1.HeaderClassName
{
color: #46524B;
}
.AnyTagClassName
{
color: #46524B;
}
</style>
background-color css
<style>
a { background-color: #46524B; }
a { background-color: rgb(70,82,75); }
div.DivClassName
{
background-color: #46524B;
}
.BgClassName
{
background-color: #46524B;
}
</style>
border-color css
<style>
span { border-color: #46524B; }
span { border-color: rgb(70,82,75); }
td.TdClassName
{
border-color: #46524B;
}
.TagClassName
{
border-color: #46524B;
}
</style>