Shades of Plantation #415A50
Tints of Plantation #415A50
RGB
CMYK
RGB Variations
Color information
#415A50 (or 0x415A50) is known color: Plantation. HEX triplet: 41, 5A and 50. RGB value is (65,90,80). Sum of RGB (Red+Green+Blue) = 65+90+80=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 90 - color contains mainly: green. Hex color #415A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A50 is #BEA5AF. Grayscale: #515151. Windows color (decimal): -12494256 or 5265985. OLE color: 5265985.
HSL color Cylindrical-coordinate representation of color #415A50: hue angle of 156º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #415A50 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 80 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.65 |
| HSL | 156º | 0.16% | 0.3% | - |
| HSV(B) | 156º | 0.28% | 0.35% | - |
| XYZ | 7.28 | 9.02 | 8.95 | - |
| YUV | 81.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 80 | 0.28 | 0 | 0.11 | 0.65 | 156 | 0.16 | 0.3 |
| Hex | 41 | 5A | 50 | 1C | 0 | B | 41 | 9C | 10 | 1E |
| Octal | 101 | 132 | 120 | 34 | 0 | 13 | 101 | 234 | 20 | 36 |
| Binary | 1000001 | 1011010 | 1010000 | 11100 | 0 | 1011 | 1000001 | 10011100 | 10000 | 11110 |
Color Harmonies of #415A50
Complementary color
Monochromatic Colors of #415A50
Black with #415A50
Text Example
Text Example
White with #415A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A50; }
p { color: rgb(65,90,80); }
H1.HeaderClassName
{
color: #415A50;
}
.AnyTagClassName
{
color: #415A50;
}
</style>
background-color css
<style>
a { background-color: #415A50; }
a { background-color: rgb(65,90,80); }
div.DivClassName
{
background-color: #415A50;
}
.BgClassName
{
background-color: #415A50;
}
</style>
border-color css
<style>
span { border-color: #415A50; }
span { border-color: rgb(65,90,80); }
td.TdClassName
{
border-color: #415A50;
}
.TagClassName
{
border-color: #415A50;
}
</style>