Shades of Plantation #415B4E
Tints of Plantation #415B4E
RGB
CMYK
RGB Variations
Color information
#415B4E (or 0x415B4E) is known color: Plantation. HEX triplet: 41, 5B and 4E. RGB value is (65,91,78). Sum of RGB (Red+Green+Blue) = 65+91+78=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 91 - color contains mainly: green. Hex color #415B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B4E is #BEA4B1. Grayscale: #515151. Windows color (decimal): -12494002 or 5135169. OLE color: 5135169.
HSL color Cylindrical-coordinate representation of color #415B4E: hue angle of 150º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415B4E is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 91 | 78 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.64 |
| HSL | 150º | 0.17% | 0.31% | - |
| HSV(B) | 150º | 0.29% | 0.36% | - |
| XYZ | 7.3 | 9.16 | 8.59 | - |
| YUV | 81.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 78 | 0.29 | 0 | 0.14 | 0.64 | 150 | 0.17 | 0.31 |
| Hex | 41 | 5B | 4E | 1D | 0 | E | 40 | 96 | 11 | 1F |
| Octal | 101 | 133 | 116 | 35 | 0 | 16 | 100 | 226 | 21 | 37 |
| Binary | 1000001 | 1011011 | 1001110 | 11101 | 0 | 1110 | 1000000 | 10010110 | 10001 | 11111 |
Color Harmonies of #415B4E
Complementary color
Monochromatic Colors of #415B4E
Black with #415B4E
Text Example
Text Example
White with #415B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415B4E; }
p { color: rgb(65,91,78); }
H1.HeaderClassName
{
color: #415B4E;
}
.AnyTagClassName
{
color: #415B4E;
}
</style>
background-color css
<style>
a { background-color: #415B4E; }
a { background-color: rgb(65,91,78); }
div.DivClassName
{
background-color: #415B4E;
}
.BgClassName
{
background-color: #415B4E;
}
</style>
border-color css
<style>
span { border-color: #415B4E; }
span { border-color: rgb(65,91,78); }
td.TdClassName
{
border-color: #415B4E;
}
.TagClassName
{
border-color: #415B4E;
}
</style>