Shades of Plantation #41554A
Tints of Plantation #41554A
RGB
CMYK
RGB Variations
Color information
#41554A (or 0x41554A) is known color: Plantation. HEX triplet: 41, 55 and 4A. RGB value is (65,85,74). Sum of RGB (Red+Green+Blue) = 65+85+74=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #41554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41554A is #BEAAB5. Grayscale: #4D4D4D. Windows color (decimal): -12495542 or 4871489. OLE color: 4871489.
HSL color Cylindrical-coordinate representation of color #41554A: hue angle of 147º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #41554A is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 85 | 74 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.67 |
| HSL | 147º | 0.13% | 0.29% | - |
| HSV(B) | 147º | 0.24% | 0.33% | - |
| XYZ | 6.66 | 8.12 | 7.69 | - |
| YUV | 77.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 85 | 74 | 0.24 | 0 | 0.13 | 0.67 | 147 | 0.13 | 0.29 |
| Hex | 41 | 55 | 4A | 18 | 0 | D | 43 | 93 | D | 1D |
| Octal | 101 | 125 | 112 | 30 | 0 | 15 | 103 | 223 | 15 | 35 |
| Binary | 1000001 | 1010101 | 1001010 | 11000 | 0 | 1101 | 1000011 | 10010011 | 1101 | 11101 |
Color Harmonies of #41554A
Complementary color
Monochromatic Colors of #41554A
Black with #41554A
Text Example
Text Example
White with #41554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41554A; }
p { color: rgb(65,85,74); }
H1.HeaderClassName
{
color: #41554A;
}
.AnyTagClassName
{
color: #41554A;
}
</style>
background-color css
<style>
a { background-color: #41554A; }
a { background-color: rgb(65,85,74); }
div.DivClassName
{
background-color: #41554A;
}
.BgClassName
{
background-color: #41554A;
}
</style>
border-color css
<style>
span { border-color: #41554A; }
span { border-color: rgb(65,85,74); }
td.TdClassName
{
border-color: #41554A;
}
.TagClassName
{
border-color: #41554A;
}
</style>