Shades of Plantation #405A4D
Tints of Plantation #405A4D
RGB
CMYK
RGB Variations
Color information
#405A4D (or 0x405A4D) is known color: Plantation. HEX triplet: 40, 5A and 4D. RGB value is (64,90,77). Sum of RGB (Red+Green+Blue) = 64+90+77=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #405A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A4D is #BFA5B2. Grayscale: #505050. Windows color (decimal): -12559795 or 5069376. OLE color: 5069376.
HSL color Cylindrical-coordinate representation of color #405A4D: hue angle of 150º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #405A4D is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 90 | 77 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.65 |
| HSL | 150º | 0.17% | 0.3% | - |
| HSV(B) | 150º | 0.29% | 0.35% | - |
| XYZ | 7.11 | 8.94 | 8.37 | - |
| YUV | 80.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 77 | 0.29 | 0 | 0.14 | 0.65 | 150 | 0.17 | 0.3 |
| Hex | 40 | 5A | 4D | 1D | 0 | E | 41 | 96 | 11 | 1E |
| Octal | 100 | 132 | 115 | 35 | 0 | 16 | 101 | 226 | 21 | 36 |
| Binary | 1000000 | 1011010 | 1001101 | 11101 | 0 | 1110 | 1000001 | 10010110 | 10001 | 11110 |
Color Harmonies of #405A4D
Complementary color
Monochromatic Colors of #405A4D
Black with #405A4D
Text Example
Text Example
White with #405A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A4D; }
p { color: rgb(64,90,77); }
H1.HeaderClassName
{
color: #405A4D;
}
.AnyTagClassName
{
color: #405A4D;
}
</style>
background-color css
<style>
a { background-color: #405A4D; }
a { background-color: rgb(64,90,77); }
div.DivClassName
{
background-color: #405A4D;
}
.BgClassName
{
background-color: #405A4D;
}
</style>
border-color css
<style>
span { border-color: #405A4D; }
span { border-color: rgb(64,90,77); }
td.TdClassName
{
border-color: #405A4D;
}
.TagClassName
{
border-color: #405A4D;
}
</style>