Shades of La Palma #319500
Tints of La Palma #319500
RGB
CMYK
RGB Variations
Color information
#319500 (or 0x319500) is known color: La Palma. HEX triplet: 31, 95 and 00. RGB value is (49,149,0). Sum of RGB (Red+Green+Blue) = 49+149+0=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #319500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319500 is #CE6AFF. Grayscale: #666666. Windows color (decimal): -13527808 or 38193. OLE color: 38193.
HSL color Cylindrical-coordinate representation of color #319500: hue angle of 100.27º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #319500 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 149 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.42 |
| HSL | 100.27º | 1% | 0.29% | - |
| HSV(B) | 100.27º | 1% | 0.58% | - |
| XYZ | 12.01 | 22.15 | 3.64 | - |
| YUV | 102.11 | 70.37 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 149 | 0 | 0.67 | 0 | 1 | 0.42 | 100.27 | 1 | 0.29 |
| Hex | 31 | 95 | 0 | 43 | 0 | 64 | 2A | 64 | 64 | 1D |
| Octal | 61 | 225 | 0 | 103 | 0 | 144 | 52 | 144 | 144 | 35 |
| Binary | 110001 | 10010101 | 0 | 1000011 | 0 | 1100100 | 101010 | 1100100 | 1100100 | 11101 |
Color Harmonies of #319500
Complementary color
Monochromatic Colors of #319500
Black with #319500
Text Example
Text Example
White with #319500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319500; }
p { color: rgb(49,149,0); }
H1.HeaderClassName
{
color: #319500;
}
.AnyTagClassName
{
color: #319500;
}
</style>
background-color css
<style>
a { background-color: #319500; }
a { background-color: rgb(49,149,0); }
div.DivClassName
{
background-color: #319500;
}
.BgClassName
{
background-color: #319500;
}
</style>
border-color css
<style>
span { border-color: #319500; }
span { border-color: rgb(49,149,0); }
td.TdClassName
{
border-color: #319500;
}
.TagClassName
{
border-color: #319500;
}
</style>