Shades of La Palma #469B31
Tints of La Palma #469B31
RGB
CMYK
RGB Variations
Color information
#469B31 (or 0x469B31) is known color: La Palma. HEX triplet: 46, 9B and 31. RGB value is (70,155,49). Sum of RGB (Red+Green+Blue) = 70+155+49=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #469B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B31 is #B964CE. Grayscale: #757575. Windows color (decimal): -12149967 or 3251014. OLE color: 3251014.
HSL color Cylindrical-coordinate representation of color #469B31: hue angle of 108.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469B31 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 155 | 49 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.39 |
| HSL | 108.11º | 0.52% | 0.4% | - |
| HSV(B) | 108.11º | 0.68% | 0.61% | - |
| XYZ | 14.8 | 24.97 | 6.94 | - |
| YUV | 117.5 | 89.34 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 155 | 49 | 0.55 | 0 | 0.68 | 0.39 | 108.11 | 0.52 | 0.4 |
| Hex | 46 | 9B | 31 | 37 | 0 | 44 | 27 | 6C | 34 | 28 |
| Octal | 106 | 233 | 61 | 67 | 0 | 104 | 47 | 154 | 64 | 50 |
| Binary | 1000110 | 10011011 | 110001 | 110111 | 0 | 1000100 | 100111 | 1101100 | 110100 | 101000 |
Color Harmonies of #469B31
Complementary color
Monochromatic Colors of #469B31
Black with #469B31
Text Example
Text Example
White with #469B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469B31; }
p { color: rgb(70,155,49); }
H1.HeaderClassName
{
color: #469B31;
}
.AnyTagClassName
{
color: #469B31;
}
</style>
background-color css
<style>
a { background-color: #469B31; }
a { background-color: rgb(70,155,49); }
div.DivClassName
{
background-color: #469B31;
}
.BgClassName
{
background-color: #469B31;
}
</style>
border-color css
<style>
span { border-color: #469B31; }
span { border-color: rgb(70,155,49); }
td.TdClassName
{
border-color: #469B31;
}
.TagClassName
{
border-color: #469B31;
}
</style>