Shades of Plantation #415D4C
Tints of Plantation #415D4C
RGB
CMYK
RGB Variations
Color information
#415D4C (or 0x415D4C) is known color: Plantation. HEX triplet: 41, 5D and 4C. RGB value is (65,93,76). Sum of RGB (Red+Green+Blue) = 65+93+76=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #415D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D4C is #BEA2B3. Grayscale: #525252. Windows color (decimal): -12493492 or 5004609. OLE color: 5004609.
HSL color Cylindrical-coordinate representation of color #415D4C: hue angle of 143.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D4C is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 76 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.64 |
| HSL | 143.57º | 0.18% | 0.31% | - |
| HSV(B) | 143.57º | 0.3% | 0.36% | - |
| XYZ | 7.4 | 9.47 | 8.28 | - |
| YUV | 82.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 76 | 0.30 | 0 | 0.18 | 0.64 | 143.57 | 0.18 | 0.31 |
| Hex | 41 | 5D | 4C | 1E | 0 | 12 | 40 | 90 | 12 | 1F |
| Octal | 101 | 135 | 114 | 36 | 0 | 22 | 100 | 220 | 22 | 37 |
| Binary | 1000001 | 1011101 | 1001100 | 11110 | 0 | 10010 | 1000000 | 10010000 | 10010 | 11111 |
Color Harmonies of #415D4C
Complementary color
Monochromatic Colors of #415D4C
Black with #415D4C
Text Example
Text Example
White with #415D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D4C; }
p { color: rgb(65,93,76); }
H1.HeaderClassName
{
color: #415D4C;
}
.AnyTagClassName
{
color: #415D4C;
}
</style>
background-color css
<style>
a { background-color: #415D4C; }
a { background-color: rgb(65,93,76); }
div.DivClassName
{
background-color: #415D4C;
}
.BgClassName
{
background-color: #415D4C;
}
</style>
border-color css
<style>
span { border-color: #415D4C; }
span { border-color: rgb(65,93,76); }
td.TdClassName
{
border-color: #415D4C;
}
.TagClassName
{
border-color: #415D4C;
}
</style>