Shades of Plantation #41574E
Tints of Plantation #41574E
RGB
CMYK
RGB Variations
Color information
#41574E (or 0x41574E) is known color: Plantation. HEX triplet: 41, 57 and 4E. RGB value is (65,87,78). Sum of RGB (Red+Green+Blue) = 65+87+78=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #41574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41574E is #BEA8B1. Grayscale: #4F4F4F. Windows color (decimal): -12495026 or 5134145. OLE color: 5134145.
HSL color Cylindrical-coordinate representation of color #41574E: hue angle of 155.45º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #41574E is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 78 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.66 |
| HSL | 155.45º | 0.14% | 0.3% | - |
| HSV(B) | 155.45º | 0.25% | 0.34% | - |
| XYZ | 6.96 | 8.49 | 8.48 | - |
| YUV | 79.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 78 | 0.25 | 0 | 0.10 | 0.66 | 155.45 | 0.14 | 0.3 |
| Hex | 41 | 57 | 4E | 19 | 0 | A | 42 | 9B | E | 1E |
| Octal | 101 | 127 | 116 | 31 | 0 | 12 | 102 | 233 | 16 | 36 |
| Binary | 1000001 | 1010111 | 1001110 | 11001 | 0 | 1010 | 1000010 | 10011011 | 1110 | 11110 |
Color Harmonies of #41574E
Complementary color
Monochromatic Colors of #41574E
Black with #41574E
Text Example
Text Example
White with #41574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41574E; }
p { color: rgb(65,87,78); }
H1.HeaderClassName
{
color: #41574E;
}
.AnyTagClassName
{
color: #41574E;
}
</style>
background-color css
<style>
a { background-color: #41574E; }
a { background-color: rgb(65,87,78); }
div.DivClassName
{
background-color: #41574E;
}
.BgClassName
{
background-color: #41574E;
}
</style>
border-color css
<style>
span { border-color: #41574E; }
span { border-color: rgb(65,87,78); }
td.TdClassName
{
border-color: #41574E;
}
.TagClassName
{
border-color: #41574E;
}
</style>