Shades of Plantation #405B4B
Tints of Plantation #405B4B
RGB
CMYK
RGB Variations
Color information
#405B4B (or 0x405B4B) is known color: Plantation. HEX triplet: 40, 5B and 4B. RGB value is (64,91,75). Sum of RGB (Red+Green+Blue) = 64+91+75=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 91 - color contains mainly: green. Hex color #405B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B4B is #BFA4B4. Grayscale: #515151. Windows color (decimal): -12559541 or 4938560. OLE color: 4938560.
HSL color Cylindrical-coordinate representation of color #405B4B: hue angle of 144.44º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405B4B is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 75 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.64 |
| HSL | 144.44º | 0.17% | 0.3% | - |
| HSV(B) | 144.44º | 0.3% | 0.36% | - |
| XYZ | 7.13 | 9.08 | 8.03 | - |
| YUV | 81.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 75 | 0.30 | 0 | 0.18 | 0.64 | 144.44 | 0.17 | 0.3 |
| Hex | 40 | 5B | 4B | 1E | 0 | 12 | 40 | 90 | 11 | 1E |
| Octal | 100 | 133 | 113 | 36 | 0 | 22 | 100 | 220 | 21 | 36 |
| Binary | 1000000 | 1011011 | 1001011 | 11110 | 0 | 10010 | 1000000 | 10010000 | 10001 | 11110 |
Color Harmonies of #405B4B
Complementary color
Monochromatic Colors of #405B4B
Black with #405B4B
Text Example
Text Example
White with #405B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B4B; }
p { color: rgb(64,91,75); }
H1.HeaderClassName
{
color: #405B4B;
}
.AnyTagClassName
{
color: #405B4B;
}
</style>
background-color css
<style>
a { background-color: #405B4B; }
a { background-color: rgb(64,91,75); }
div.DivClassName
{
background-color: #405B4B;
}
.BgClassName
{
background-color: #405B4B;
}
</style>
border-color css
<style>
span { border-color: #405B4B; }
span { border-color: rgb(64,91,75); }
td.TdClassName
{
border-color: #405B4B;
}
.TagClassName
{
border-color: #405B4B;
}
</style>