Shades of La Palma #319B0A
Tints of La Palma #319B0A
RGB
CMYK
RGB Variations
Color information
#319B0A (or 0x319B0A) is known color: La Palma. HEX triplet: 31, 9B and 0A. RGB value is (49,155,10). Sum of RGB (Red+Green+Blue) = 49+155+10=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 155 (60.94% from 255 or 72.43% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 155 - color contains mainly: green. Hex color #319B0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319B0A is #CE64F5. Grayscale: #6B6B6B. Windows color (decimal): -13526262 or 695089. OLE color: 695089.
HSL color Cylindrical-coordinate representation of color #319B0A: hue angle of 103.86º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #319B0A is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 155 | 10 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.39 |
| HSL | 103.86º | 0.88% | 0.32% | - |
| HSV(B) | 103.86º | 0.94% | 0.61% | - |
| XYZ | 13.04 | 24.12 | 4.25 | - |
| YUV | 106.78 | 73.38 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 10 | 0.68 | 0 | 0.94 | 0.39 | 103.86 | 0.88 | 0.32 |
| Hex | 31 | 9B | A | 44 | 0 | 5E | 27 | 68 | 58 | 20 |
| Octal | 61 | 233 | 12 | 104 | 0 | 136 | 47 | 150 | 130 | 40 |
| Binary | 110001 | 10011011 | 1010 | 1000100 | 0 | 1011110 | 100111 | 1101000 | 1011000 | 100000 |
Color Harmonies of #319B0A
Complementary color
Monochromatic Colors of #319B0A
Black with #319B0A
Text Example
Text Example
White with #319B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319B0A; }
p { color: rgb(49,155,10); }
H1.HeaderClassName
{
color: #319B0A;
}
.AnyTagClassName
{
color: #319B0A;
}
</style>
background-color css
<style>
a { background-color: #319B0A; }
a { background-color: rgb(49,155,10); }
div.DivClassName
{
background-color: #319B0A;
}
.BgClassName
{
background-color: #319B0A;
}
</style>
border-color css
<style>
span { border-color: #319B0A; }
span { border-color: rgb(49,155,10); }
td.TdClassName
{
border-color: #319B0A;
}
.TagClassName
{
border-color: #319B0A;
}
</style>