Shades of La Palma #319700
Tints of La Palma #319700
RGB
CMYK
RGB Variations
Color information
#319700 (or 0x319700) is known color: La Palma. HEX triplet: 31, 97 and 00. RGB value is (49,151,0). Sum of RGB (Red+Green+Blue) = 49+151+0=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 151 (59.38% from 255 or 75.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 151 - color contains mainly: green. Hex color #319700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #319700 is #CE68FF. Grayscale: #676767. Windows color (decimal): -13527296 or 38705. OLE color: 38705.
HSL color Cylindrical-coordinate representation of color #319700: hue angle of 100.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #319700 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 0 | - |
| CMYK | 0.68 | 0 | 1 | 0.41 |
| HSL | 100.53º | 1% | 0.3% | - |
| HSV(B) | 100.53º | 1% | 0.59% | - |
| XYZ | 12.33 | 22.79 | 3.75 | - |
| YUV | 103.29 | 69.71 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 0 | 0.68 | 0 | 1 | 0.41 | 100.53 | 1 | 0.3 |
| Hex | 31 | 97 | 0 | 44 | 0 | 64 | 29 | 65 | 64 | 1E |
| Octal | 61 | 227 | 0 | 104 | 0 | 144 | 51 | 145 | 144 | 36 |
| Binary | 110001 | 10010111 | 0 | 1000100 | 0 | 1100100 | 101001 | 1100101 | 1100100 | 11110 |
Color Harmonies of #319700
Complementary color
Monochromatic Colors of #319700
Black with #319700
Text Example
Text Example
White with #319700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319700; }
p { color: rgb(49,151,0); }
H1.HeaderClassName
{
color: #319700;
}
.AnyTagClassName
{
color: #319700;
}
</style>
background-color css
<style>
a { background-color: #319700; }
a { background-color: rgb(49,151,0); }
div.DivClassName
{
background-color: #319700;
}
.BgClassName
{
background-color: #319700;
}
</style>
border-color css
<style>
span { border-color: #319700; }
span { border-color: rgb(49,151,0); }
td.TdClassName
{
border-color: #319700;
}
.TagClassName
{
border-color: #319700;
}
</style>