Shades of Plantation #41594A
Tints of Plantation #41594A
RGB
CMYK
RGB Variations
Color information
#41594A (or 0x41594A) is known color: Plantation. HEX triplet: 41, 59 and 4A. RGB value is (65,89,74). Sum of RGB (Red+Green+Blue) = 65+89+74=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #41594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41594A is #BEA6B5. Grayscale: #505050. Windows color (decimal): -12494518 or 4872513. OLE color: 4872513.
HSL color Cylindrical-coordinate representation of color #41594A: hue angle of 142.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #41594A is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 89 | 74 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.65 |
| HSL | 142.5º | 0.16% | 0.3% | - |
| HSV(B) | 142.5º | 0.27% | 0.35% | - |
| XYZ | 6.99 | 8.76 | 7.8 | - |
| YUV | 80.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 89 | 74 | 0.27 | 0 | 0.17 | 0.65 | 142.5 | 0.16 | 0.3 |
| Hex | 41 | 59 | 4A | 1B | 0 | 11 | 41 | 8E | 10 | 1E |
| Octal | 101 | 131 | 112 | 33 | 0 | 21 | 101 | 216 | 20 | 36 |
| Binary | 1000001 | 1011001 | 1001010 | 11011 | 0 | 10001 | 1000001 | 10001110 | 10000 | 11110 |
Color Harmonies of #41594A
Complementary color
Monochromatic Colors of #41594A
Black with #41594A
Text Example
Text Example
White with #41594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41594A; }
p { color: rgb(65,89,74); }
H1.HeaderClassName
{
color: #41594A;
}
.AnyTagClassName
{
color: #41594A;
}
</style>
background-color css
<style>
a { background-color: #41594A; }
a { background-color: rgb(65,89,74); }
div.DivClassName
{
background-color: #41594A;
}
.BgClassName
{
background-color: #41594A;
}
</style>
border-color css
<style>
span { border-color: #41594A; }
span { border-color: rgb(65,89,74); }
td.TdClassName
{
border-color: #41594A;
}
.TagClassName
{
border-color: #41594A;
}
</style>