Shades of La Palma #418B24
Tints of La Palma #418B24
RGB
CMYK
RGB Variations
Color information
#418B24 (or 0x418B24) is known color: La Palma. HEX triplet: 41, 8B and 24. RGB value is (65,139,36). Sum of RGB (Red+Green+Blue) = 65+139+36=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 139 (54.69% from 255 or 57.92% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 139 - color contains mainly: green. Hex color #418B24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B24 is #BE74DB. Grayscale: #696969. Windows color (decimal): -12481756 or 2394945. OLE color: 2394945.
HSL color Cylindrical-coordinate representation of color #418B24: hue angle of 103.11º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #418B24 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 36 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.45 |
| HSL | 103.11º | 0.59% | 0.34% | - |
| HSV(B) | 103.11º | 0.74% | 0.55% | - |
| XYZ | 11.73 | 19.72 | 4.86 | - |
| YUV | 105.13 | 88.98 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 36 | 0.53 | 0 | 0.74 | 0.45 | 103.11 | 0.59 | 0.34 |
| Hex | 41 | 8B | 24 | 35 | 0 | 4A | 2D | 67 | 3B | 22 |
| Octal | 101 | 213 | 44 | 65 | 0 | 112 | 55 | 147 | 73 | 42 |
| Binary | 1000001 | 10001011 | 100100 | 110101 | 0 | 1001010 | 101101 | 1100111 | 111011 | 100010 |
Color Harmonies of #418B24
Complementary color
Monochromatic Colors of #418B24
Black with #418B24
Text Example
Text Example
White with #418B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B24; }
p { color: rgb(65,139,36); }
H1.HeaderClassName
{
color: #418B24;
}
.AnyTagClassName
{
color: #418B24;
}
</style>
background-color css
<style>
a { background-color: #418B24; }
a { background-color: rgb(65,139,36); }
div.DivClassName
{
background-color: #418B24;
}
.BgClassName
{
background-color: #418B24;
}
</style>
border-color css
<style>
span { border-color: #418B24; }
span { border-color: rgb(65,139,36); }
td.TdClassName
{
border-color: #418B24;
}
.TagClassName
{
border-color: #418B24;
}
</style>