Shades of La Palma #418B13
Tints of La Palma #418B13
RGB
CMYK
RGB Variations
Color information
#418B13 (or 0x418B13) is known color: La Palma. HEX triplet: 41, 8B and 13. RGB value is (65,139,19). Sum of RGB (Red+Green+Blue) = 65+139+19=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #418B13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418B13 is #BE74EC. Grayscale: #676767. Windows color (decimal): -12481773 or 1280833. OLE color: 1280833.
HSL color Cylindrical-coordinate representation of color #418B13: hue angle of 97º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #418B13 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 19 | - |
| CMYK | 0.53 | 0 | 0.86 | 0.45 |
| HSL | 97º | 0.76% | 0.31% | - |
| HSV(B) | 97º | 0.86% | 0.55% | - |
| XYZ | 11.53 | 19.64 | 3.8 | - |
| YUV | 103.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 19 | 0.53 | 0 | 0.86 | 0.45 | 97 | 0.76 | 0.31 |
| Hex | 41 | 8B | 13 | 35 | 0 | 56 | 2D | 61 | 4C | 1F |
| Octal | 101 | 213 | 23 | 65 | 0 | 126 | 55 | 141 | 114 | 37 |
| Binary | 1000001 | 10001011 | 10011 | 110101 | 0 | 1010110 | 101101 | 1100001 | 1001100 | 11111 |
Color Harmonies of #418B13
Complementary color
Monochromatic Colors of #418B13
Black with #418B13
Text Example
Text Example
White with #418B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B13; }
p { color: rgb(65,139,19); }
H1.HeaderClassName
{
color: #418B13;
}
.AnyTagClassName
{
color: #418B13;
}
</style>
background-color css
<style>
a { background-color: #418B13; }
a { background-color: rgb(65,139,19); }
div.DivClassName
{
background-color: #418B13;
}
.BgClassName
{
background-color: #418B13;
}
</style>
border-color css
<style>
span { border-color: #418B13; }
span { border-color: rgb(65,139,19); }
td.TdClassName
{
border-color: #418B13;
}
.TagClassName
{
border-color: #418B13;
}
</style>