Shades of La Palma #468D38
Tints of La Palma #468D38
RGB
CMYK
RGB Variations
Color information
#468D38 (or 0x468D38) is known color: La Palma. HEX triplet: 46, 8D and 38. RGB value is (70,141,56). Sum of RGB (Red+Green+Blue) = 70+141+56=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #468D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D38 is #B972C7. Grayscale: #6E6E6E. Windows color (decimal): -12153544 or 3706182. OLE color: 3706182.
HSL color Cylindrical-coordinate representation of color #468D38: hue angle of 110.12º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #468D38 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 56 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.45 |
| HSL | 110.12º | 0.43% | 0.39% | - |
| HSV(B) | 110.12º | 0.6% | 0.55% | - |
| XYZ | 12.76 | 20.64 | 7.05 | - |
| YUV | 110.08 | 97.48 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 56 | 0.50 | 0 | 0.60 | 0.45 | 110.12 | 0.43 | 0.39 |
| Hex | 46 | 8D | 38 | 32 | 0 | 3C | 2D | 6E | 2B | 27 |
| Octal | 106 | 215 | 70 | 62 | 0 | 74 | 55 | 156 | 53 | 47 |
| Binary | 1000110 | 10001101 | 111000 | 110010 | 0 | 111100 | 101101 | 1101110 | 101011 | 100111 |
Color Harmonies of #468D38
Complementary color
Monochromatic Colors of #468D38
Black with #468D38
Text Example
Text Example
White with #468D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D38; }
p { color: rgb(70,141,56); }
H1.HeaderClassName
{
color: #468D38;
}
.AnyTagClassName
{
color: #468D38;
}
</style>
background-color css
<style>
a { background-color: #468D38; }
a { background-color: rgb(70,141,56); }
div.DivClassName
{
background-color: #468D38;
}
.BgClassName
{
background-color: #468D38;
}
</style>
border-color css
<style>
span { border-color: #468D38; }
span { border-color: rgb(70,141,56); }
td.TdClassName
{
border-color: #468D38;
}
.TagClassName
{
border-color: #468D38;
}
</style>