Shades of Plantation #415C4B
Tints of Plantation #415C4B
RGB
CMYK
RGB Variations
Color information
#415C4B (or 0x415C4B) is known color: Plantation. HEX triplet: 41, 5C and 4B. RGB value is (65,92,75). Sum of RGB (Red+Green+Blue) = 65+92+75=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #415C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415C4B is #BEA3B4. Grayscale: #525252. Windows color (decimal): -12493749 or 4938817. OLE color: 4938817.
HSL color Cylindrical-coordinate representation of color #415C4B: hue angle of 142.22º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415C4B is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 75 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.64 |
| HSL | 142.22º | 0.17% | 0.31% | - |
| HSV(B) | 142.22º | 0.29% | 0.36% | - |
| XYZ | 7.28 | 9.29 | 8.07 | - |
| YUV | 81.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 75 | 0.29 | 0 | 0.18 | 0.64 | 142.22 | 0.17 | 0.31 |
| Hex | 41 | 5C | 4B | 1D | 0 | 12 | 40 | 8E | 11 | 1F |
| Octal | 101 | 134 | 113 | 35 | 0 | 22 | 100 | 216 | 21 | 37 |
| Binary | 1000001 | 1011100 | 1001011 | 11101 | 0 | 10010 | 1000000 | 10001110 | 10001 | 11111 |
Color Harmonies of #415C4B
Complementary color
Monochromatic Colors of #415C4B
Black with #415C4B
Text Example
Text Example
White with #415C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C4B; }
p { color: rgb(65,92,75); }
H1.HeaderClassName
{
color: #415C4B;
}
.AnyTagClassName
{
color: #415C4B;
}
</style>
background-color css
<style>
a { background-color: #415C4B; }
a { background-color: rgb(65,92,75); }
div.DivClassName
{
background-color: #415C4B;
}
.BgClassName
{
background-color: #415C4B;
}
</style>
border-color css
<style>
span { border-color: #415C4B; }
span { border-color: rgb(65,92,75); }
td.TdClassName
{
border-color: #415C4B;
}
.TagClassName
{
border-color: #415C4B;
}
</style>