Shades of Palm Leaf #415238
Tints of Palm Leaf #415238
RGB
CMYK
RGB Variations
Color information
#415238 (or 0x415238) is known color: Palm Leaf. HEX triplet: 41, 52 and 38. RGB value is (65,82,56). Sum of RGB (Red+Green+Blue) = 65+82+56=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #415238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415238 is #BEADC7. Grayscale: #4A4A4A. Windows color (decimal): -12496328 or 3691073. OLE color: 3691073.
HSL color Cylindrical-coordinate representation of color #415238: hue angle of 99.23º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #415238 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 56 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.68 |
| HSL | 99.23º | 0.19% | 0.27% | - |
| HSV(B) | 99.23º | 0.32% | 0.32% | - |
| XYZ | 5.91 | 7.44 | 4.87 | - |
| YUV | 73.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 56 | 0.21 | 0 | 0.32 | 0.68 | 99.23 | 0.19 | 0.27 |
| Hex | 41 | 52 | 38 | 15 | 0 | 20 | 44 | 63 | 13 | 1B |
| Octal | 101 | 122 | 70 | 25 | 0 | 40 | 104 | 143 | 23 | 33 |
| Binary | 1000001 | 1010010 | 111000 | 10101 | 0 | 100000 | 1000100 | 1100011 | 10011 | 11011 |
Color Harmonies of #415238
Complementary color
Monochromatic Colors of #415238
Black with #415238
Text Example
Text Example
White with #415238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415238; }
p { color: rgb(65,82,56); }
H1.HeaderClassName
{
color: #415238;
}
.AnyTagClassName
{
color: #415238;
}
</style>
background-color css
<style>
a { background-color: #415238; }
a { background-color: rgb(65,82,56); }
div.DivClassName
{
background-color: #415238;
}
.BgClassName
{
background-color: #415238;
}
</style>
border-color css
<style>
span { border-color: #415238; }
span { border-color: rgb(65,82,56); }
td.TdClassName
{
border-color: #415238;
}
.TagClassName
{
border-color: #415238;
}
</style>