Shades of Plantation #41604D
Tints of Plantation #41604D
RGB
CMYK
RGB Variations
Color information
#41604D (or 0x41604D) is known color: Plantation. HEX triplet: 41, 60 and 4D. RGB value is (65,96,77). Sum of RGB (Red+Green+Blue) = 65+96+77=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #41604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41604D is #BE9FB2. Grayscale: #545454. Windows color (decimal): -12492723 or 5070913. OLE color: 5070913.
HSL color Cylindrical-coordinate representation of color #41604D: hue angle of 143.23º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41604D is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 77 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.62 |
| HSL | 143.23º | 0.19% | 0.32% | - |
| HSV(B) | 143.23º | 0.32% | 0.38% | - |
| XYZ | 7.7 | 10.03 | 8.55 | - |
| YUV | 84.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 77 | 0.32 | 0 | 0.20 | 0.62 | 143.23 | 0.19 | 0.32 |
| Hex | 41 | 60 | 4D | 20 | 0 | 14 | 3E | 8F | 13 | 20 |
| Octal | 101 | 140 | 115 | 40 | 0 | 24 | 76 | 217 | 23 | 40 |
| Binary | 1000001 | 1100000 | 1001101 | 100000 | 0 | 10100 | 111110 | 10001111 | 10011 | 100000 |
Color Harmonies of #41604D
Complementary color
Monochromatic Colors of #41604D
Black with #41604D
Text Example
Text Example
White with #41604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41604D; }
p { color: rgb(65,96,77); }
H1.HeaderClassName
{
color: #41604D;
}
.AnyTagClassName
{
color: #41604D;
}
</style>
background-color css
<style>
a { background-color: #41604D; }
a { background-color: rgb(65,96,77); }
div.DivClassName
{
background-color: #41604D;
}
.BgClassName
{
background-color: #41604D;
}
</style>
border-color css
<style>
span { border-color: #41604D; }
span { border-color: rgb(65,96,77); }
td.TdClassName
{
border-color: #41604D;
}
.TagClassName
{
border-color: #41604D;
}
</style>