Shades of La Palma #468D36
Tints of La Palma #468D36
RGB
CMYK
RGB Variations
Color information
#468D36 (or 0x468D36) is known color: La Palma. HEX triplet: 46, 8D and 36. RGB value is (70,141,54). Sum of RGB (Red+Green+Blue) = 70+141+54=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #468D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D36 is #B972C9. Grayscale: #6E6E6E. Windows color (decimal): -12153546 or 3575110. OLE color: 3575110.
HSL color Cylindrical-coordinate representation of color #468D36: hue angle of 108.97º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #468D36 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 54 | - |
| CMYK | 0.50 | 0 | 0.62 | 0.45 |
| HSL | 108.97º | 0.45% | 0.38% | - |
| HSV(B) | 108.97º | 0.62% | 0.55% | - |
| XYZ | 12.72 | 20.62 | 6.8 | - |
| YUV | 109.85 | 96.48 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 54 | 0.50 | 0 | 0.62 | 0.45 | 108.97 | 0.45 | 0.38 |
| Hex | 46 | 8D | 36 | 32 | 0 | 3E | 2D | 6D | 2D | 26 |
| Octal | 106 | 215 | 66 | 62 | 0 | 76 | 55 | 155 | 55 | 46 |
| Binary | 1000110 | 10001101 | 110110 | 110010 | 0 | 111110 | 101101 | 1101101 | 101101 | 100110 |
Color Harmonies of #468D36
Complementary color
Monochromatic Colors of #468D36
Black with #468D36
Text Example
Text Example
White with #468D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D36; }
p { color: rgb(70,141,54); }
H1.HeaderClassName
{
color: #468D36;
}
.AnyTagClassName
{
color: #468D36;
}
</style>
background-color css
<style>
a { background-color: #468D36; }
a { background-color: rgb(70,141,54); }
div.DivClassName
{
background-color: #468D36;
}
.BgClassName
{
background-color: #468D36;
}
</style>
border-color css
<style>
span { border-color: #468D36; }
span { border-color: rgb(70,141,54); }
td.TdClassName
{
border-color: #468D36;
}
.TagClassName
{
border-color: #468D36;
}
</style>