Shades of Plantation #415E4C
Tints of Plantation #415E4C
RGB
CMYK
RGB Variations
Color information
#415E4C (or 0x415E4C) is known color: Plantation. HEX triplet: 41, 5E and 4C. RGB value is (65,94,76). Sum of RGB (Red+Green+Blue) = 65+94+76=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 94 - color contains mainly: green. Hex color #415E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415E4C is #BEA1B3. Grayscale: #535353. Windows color (decimal): -12493236 or 5004865. OLE color: 5004865.
HSL color Cylindrical-coordinate representation of color #415E4C: hue angle of 142.76º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E4C is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 94 | 76 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.63 |
| HSL | 142.76º | 0.18% | 0.31% | - |
| HSV(B) | 142.76º | 0.31% | 0.37% | - |
| XYZ | 7.49 | 9.65 | 8.31 | - |
| YUV | 83.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 76 | 0.31 | 0 | 0.19 | 0.63 | 142.76 | 0.18 | 0.31 |
| Hex | 41 | 5E | 4C | 1F | 0 | 13 | 3F | 8F | 12 | 1F |
| Octal | 101 | 136 | 114 | 37 | 0 | 23 | 77 | 217 | 22 | 37 |
| Binary | 1000001 | 1011110 | 1001100 | 11111 | 0 | 10011 | 111111 | 10001111 | 10010 | 11111 |
Color Harmonies of #415E4C
Complementary color
Monochromatic Colors of #415E4C
Black with #415E4C
Text Example
Text Example
White with #415E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E4C; }
p { color: rgb(65,94,76); }
H1.HeaderClassName
{
color: #415E4C;
}
.AnyTagClassName
{
color: #415E4C;
}
</style>
background-color css
<style>
a { background-color: #415E4C; }
a { background-color: rgb(65,94,76); }
div.DivClassName
{
background-color: #415E4C;
}
.BgClassName
{
background-color: #415E4C;
}
</style>
border-color css
<style>
span { border-color: #415E4C; }
span { border-color: rgb(65,94,76); }
td.TdClassName
{
border-color: #415E4C;
}
.TagClassName
{
border-color: #415E4C;
}
</style>