Shades of La Palma #469B26
Tints of La Palma #469B26
RGB
CMYK
RGB Variations
Color information
#469B26 (or 0x469B26) is known color: La Palma. HEX triplet: 46, 9B and 26. RGB value is (70,155,38). Sum of RGB (Red+Green+Blue) = 70+155+38=263 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.62% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #469B26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B26 is #B964D9. Grayscale: #747474. Windows color (decimal): -12149978 or 2530118. OLE color: 2530118.
HSL color Cylindrical-coordinate representation of color #469B26: hue angle of 103.59º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #469B26 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 38 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.39 |
| HSL | 103.59º | 0.61% | 0.38% | - |
| HSV(B) | 103.59º | 0.75% | 0.61% | - |
| XYZ | 14.6 | 24.88 | 5.87 | - |
| YUV | 116.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 38 | 0.55 | 0 | 0.75 | 0.39 | 103.59 | 0.61 | 0.38 |
| Hex | 46 | 9B | 26 | 37 | 0 | 4B | 27 | 68 | 3D | 26 |
| Octal | 106 | 233 | 46 | 67 | 0 | 113 | 47 | 150 | 75 | 46 |
| Binary | 1000110 | 10011011 | 100110 | 110111 | 0 | 1001011 | 100111 | 1101000 | 111101 | 100110 |
Color Harmonies of #469B26
Complementary color
Monochromatic Colors of #469B26
Black with #469B26
Text Example
Text Example
White with #469B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B26; }
p { color: rgb(70,155,38); }
H1.HeaderClassName
{
color: #469B26;
}
.AnyTagClassName
{
color: #469B26;
}
</style>
background-color css
<style>
a { background-color: #469B26; }
a { background-color: rgb(70,155,38); }
div.DivClassName
{
background-color: #469B26;
}
.BgClassName
{
background-color: #469B26;
}
</style>
border-color css
<style>
span { border-color: #469B26; }
span { border-color: rgb(70,155,38); }
td.TdClassName
{
border-color: #469B26;
}
.TagClassName
{
border-color: #469B26;
}
</style>