Shades of Plantation #415A4E
Tints of Plantation #415A4E
RGB
CMYK
RGB Variations
Color information
#415A4E (or 0x415A4E) is known color: Plantation. HEX triplet: 41, 5A and 4E. RGB value is (65,90,78). Sum of RGB (Red+Green+Blue) = 65+90+78=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #415A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A4E is #BEA5B1. Grayscale: #515151. Windows color (decimal): -12494258 or 5134913. OLE color: 5134913.
HSL color Cylindrical-coordinate representation of color #415A4E: hue angle of 151.2º 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 #415A4E is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 90 | 78 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.65 |
| HSL | 151.2º | 0.16% | 0.3% | - |
| HSV(B) | 151.2º | 0.28% | 0.35% | - |
| XYZ | 7.21 | 8.99 | 8.56 | - |
| YUV | 81.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 90 | 78 | 0.28 | 0 | 0.13 | 0.65 | 151.2 | 0.16 | 0.3 |
| Hex | 41 | 5A | 4E | 1C | 0 | D | 41 | 97 | 10 | 1E |
| Octal | 101 | 132 | 116 | 34 | 0 | 15 | 101 | 227 | 20 | 36 |
| Binary | 1000001 | 1011010 | 1001110 | 11100 | 0 | 1101 | 1000001 | 10010111 | 10000 | 11110 |
Color Harmonies of #415A4E
Complementary color
Monochromatic Colors of #415A4E
Black with #415A4E
Text Example
Text Example
White with #415A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415A4E; }
p { color: rgb(65,90,78); }
H1.HeaderClassName
{
color: #415A4E;
}
.AnyTagClassName
{
color: #415A4E;
}
</style>
background-color css
<style>
a { background-color: #415A4E; }
a { background-color: rgb(65,90,78); }
div.DivClassName
{
background-color: #415A4E;
}
.BgClassName
{
background-color: #415A4E;
}
</style>
border-color css
<style>
span { border-color: #415A4E; }
span { border-color: rgb(65,90,78); }
td.TdClassName
{
border-color: #415A4E;
}
.TagClassName
{
border-color: #415A4E;
}
</style>