Shades of La Palma #469B24
Tints of La Palma #469B24
RGB
CMYK
RGB Variations
Color information
#469B24 (or 0x469B24) is known color: La Palma. HEX triplet: 46, 9B and 24. RGB value is (70,155,36). Sum of RGB (Red+Green+Blue) = 70+155+36=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 155 (60.94% from 255 or 59.39% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 155 - color contains mainly: green. Hex color #469B24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B24 is #B964DB. Grayscale: #747474. Windows color (decimal): -12149980 or 2399046. OLE color: 2399046.
HSL color Cylindrical-coordinate representation of color #469B24: hue angle of 102.86º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #469B24 is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 36 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.39 |
| HSL | 102.86º | 0.62% | 0.37% | - |
| HSV(B) | 102.86º | 0.77% | 0.61% | - |
| XYZ | 14.57 | 24.87 | 5.7 | - |
| YUV | 116.02 | 82.84 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 36 | 0.55 | 0 | 0.77 | 0.39 | 102.86 | 0.62 | 0.37 |
| Hex | 46 | 9B | 24 | 37 | 0 | 4D | 27 | 67 | 3E | 25 |
| Octal | 106 | 233 | 44 | 67 | 0 | 115 | 47 | 147 | 76 | 45 |
| Binary | 1000110 | 10011011 | 100100 | 110111 | 0 | 1001101 | 100111 | 1100111 | 111110 | 100101 |
Color Harmonies of #469B24
Complementary color
Monochromatic Colors of #469B24
Black with #469B24
Text Example
Text Example
White with #469B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B24; }
p { color: rgb(70,155,36); }
H1.HeaderClassName
{
color: #469B24;
}
.AnyTagClassName
{
color: #469B24;
}
</style>
background-color css
<style>
a { background-color: #469B24; }
a { background-color: rgb(70,155,36); }
div.DivClassName
{
background-color: #469B24;
}
.BgClassName
{
background-color: #469B24;
}
</style>
border-color css
<style>
span { border-color: #469B24; }
span { border-color: rgb(70,155,36); }
td.TdClassName
{
border-color: #469B24;
}
.TagClassName
{
border-color: #469B24;
}
</style>