Shades of Plantation #405A4B
Tints of Plantation #405A4B
RGB
CMYK
RGB Variations
Color information
#405A4B (or 0x405A4B) is known color: Plantation. HEX triplet: 40, 5A and 4B. RGB value is (64,90,75). Sum of RGB (Red+Green+Blue) = 64+90+75=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #405A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A4B is #BFA5B4. Grayscale: #505050. Windows color (decimal): -12559797 or 4938304. OLE color: 4938304.
HSL color Cylindrical-coordinate representation of color #405A4B: hue angle of 145.38º 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 #405A4B is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 90 | 75 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.65 |
| HSL | 145.38º | 0.17% | 0.3% | - |
| HSV(B) | 145.38º | 0.29% | 0.35% | - |
| XYZ | 7.04 | 8.91 | 8.01 | - |
| YUV | 80.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 75 | 0.29 | 0 | 0.17 | 0.65 | 145.38 | 0.17 | 0.3 |
| Hex | 40 | 5A | 4B | 1D | 0 | 11 | 41 | 91 | 11 | 1E |
| Octal | 100 | 132 | 113 | 35 | 0 | 21 | 101 | 221 | 21 | 36 |
| Binary | 1000000 | 1011010 | 1001011 | 11101 | 0 | 10001 | 1000001 | 10010001 | 10001 | 11110 |
Color Harmonies of #405A4B
Complementary color
Monochromatic Colors of #405A4B
Black with #405A4B
Text Example
Text Example
White with #405A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A4B; }
p { color: rgb(64,90,75); }
H1.HeaderClassName
{
color: #405A4B;
}
.AnyTagClassName
{
color: #405A4B;
}
</style>
background-color css
<style>
a { background-color: #405A4B; }
a { background-color: rgb(64,90,75); }
div.DivClassName
{
background-color: #405A4B;
}
.BgClassName
{
background-color: #405A4B;
}
</style>
border-color css
<style>
span { border-color: #405A4B; }
span { border-color: rgb(64,90,75); }
td.TdClassName
{
border-color: #405A4B;
}
.TagClassName
{
border-color: #405A4B;
}
</style>