Shades of La Palma #418B28
Tints of La Palma #418B28
RGB
CMYK
RGB Variations
Color information
#418B28 (or 0x418B28) is known color: La Palma. HEX triplet: 41, 8B and 28. RGB value is (65,139,40). Sum of RGB (Red+Green+Blue) = 65+139+40=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #418B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B28 is #BE74D7. Grayscale: #696969. Windows color (decimal): -12481752 or 2657089. OLE color: 2657089.
HSL color Cylindrical-coordinate representation of color #418B28: hue angle of 104.85º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #418B28 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 40 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.45 |
| HSL | 104.85º | 0.55% | 0.35% | - |
| HSV(B) | 104.85º | 0.71% | 0.55% | - |
| XYZ | 11.8 | 19.74 | 5.2 | - |
| YUV | 105.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 40 | 0.53 | 0 | 0.71 | 0.45 | 104.85 | 0.55 | 0.35 |
| Hex | 41 | 8B | 28 | 35 | 0 | 47 | 2D | 69 | 37 | 23 |
| Octal | 101 | 213 | 50 | 65 | 0 | 107 | 55 | 151 | 67 | 43 |
| Binary | 1000001 | 10001011 | 101000 | 110101 | 0 | 1000111 | 101101 | 1101001 | 110111 | 100011 |
Color Harmonies of #418B28
Complementary color
Monochromatic Colors of #418B28
Black with #418B28
Text Example
Text Example
White with #418B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B28; }
p { color: rgb(65,139,40); }
H1.HeaderClassName
{
color: #418B28;
}
.AnyTagClassName
{
color: #418B28;
}
</style>
background-color css
<style>
a { background-color: #418B28; }
a { background-color: rgb(65,139,40); }
div.DivClassName
{
background-color: #418B28;
}
.BgClassName
{
background-color: #418B28;
}
</style>
border-color css
<style>
span { border-color: #418B28; }
span { border-color: rgb(65,139,40); }
td.TdClassName
{
border-color: #418B28;
}
.TagClassName
{
border-color: #418B28;
}
</style>