Shades of Palm Leaf #414C3D
Tints of Palm Leaf #414C3D
RGB
CMYK
RGB Variations
Color information
#414C3D (or 0x414C3D) is known color: Palm Leaf. HEX triplet: 41, 4C and 3D. RGB value is (65,76,61). Sum of RGB (Red+Green+Blue) = 65+76+61=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 76 - color contains mainly: green. Hex color #414C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C3D is #BEB3C2. Grayscale: #474747. Windows color (decimal): -12497859 or 4017217. OLE color: 4017217.
HSL color Cylindrical-coordinate representation of color #414C3D: hue angle of 104º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #414C3D is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 61 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.70 |
| HSL | 104º | 0.11% | 0.27% | - |
| HSV(B) | 104º | 0.2% | 0.3% | - |
| XYZ | 5.61 | 6.63 | 5.4 | - |
| YUV | 71 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 61 | 0.14 | 0 | 0.20 | 0.70 | 104 | 0.11 | 0.27 |
| Hex | 41 | 4C | 3D | E | 0 | 14 | 46 | 68 | B | 1B |
| Octal | 101 | 114 | 75 | 16 | 0 | 24 | 106 | 150 | 13 | 33 |
| Binary | 1000001 | 1001100 | 111101 | 1110 | 0 | 10100 | 1000110 | 1101000 | 1011 | 11011 |
Color Harmonies of #414C3D
Complementary color
Monochromatic Colors of #414C3D
Black with #414C3D
Text Example
Text Example
White with #414C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C3D; }
p { color: rgb(65,76,61); }
H1.HeaderClassName
{
color: #414C3D;
}
.AnyTagClassName
{
color: #414C3D;
}
</style>
background-color css
<style>
a { background-color: #414C3D; }
a { background-color: rgb(65,76,61); }
div.DivClassName
{
background-color: #414C3D;
}
.BgClassName
{
background-color: #414C3D;
}
</style>
border-color css
<style>
span { border-color: #414C3D; }
span { border-color: rgb(65,76,61); }
td.TdClassName
{
border-color: #414C3D;
}
.TagClassName
{
border-color: #414C3D;
}
</style>