Shades of Plantation #415C4E
Tints of Plantation #415C4E
RGB
CMYK
RGB Variations
Color information
#415C4E (or 0x415C4E) is known color: Plantation. HEX triplet: 41, 5C and 4E. RGB value is (65,92,78). Sum of RGB (Red+Green+Blue) = 65+92+78=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #415C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C4E is #BEA3B1. Grayscale: #525252. Windows color (decimal): -12493746 or 5135425. OLE color: 5135425.
HSL color Cylindrical-coordinate representation of color #415C4E: hue angle of 148.89º 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 #415C4E is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 78 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.64 |
| HSL | 148.89º | 0.17% | 0.31% | - |
| HSV(B) | 148.89º | 0.29% | 0.36% | - |
| XYZ | 7.38 | 9.33 | 8.62 | - |
| YUV | 82.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 78 | 0.29 | 0 | 0.15 | 0.64 | 148.89 | 0.17 | 0.31 |
| Hex | 41 | 5C | 4E | 1D | 0 | F | 40 | 95 | 11 | 1F |
| Octal | 101 | 134 | 116 | 35 | 0 | 17 | 100 | 225 | 21 | 37 |
| Binary | 1000001 | 1011100 | 1001110 | 11101 | 0 | 1111 | 1000000 | 10010101 | 10001 | 11111 |
Color Harmonies of #415C4E
Complementary color
Monochromatic Colors of #415C4E
Black with #415C4E
Text Example
Text Example
White with #415C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C4E; }
p { color: rgb(65,92,78); }
H1.HeaderClassName
{
color: #415C4E;
}
.AnyTagClassName
{
color: #415C4E;
}
</style>
background-color css
<style>
a { background-color: #415C4E; }
a { background-color: rgb(65,92,78); }
div.DivClassName
{
background-color: #415C4E;
}
.BgClassName
{
background-color: #415C4E;
}
</style>
border-color css
<style>
span { border-color: #415C4E; }
span { border-color: rgb(65,92,78); }
td.TdClassName
{
border-color: #415C4E;
}
.TagClassName
{
border-color: #415C4E;
}
</style>