Shades of La Palma #479F37
Tints of La Palma #479F37
RGB
CMYK
RGB Variations
Color information
#479F37 (or 0x479F37) is known color: La Palma. HEX triplet: 47, 9F and 37. RGB value is (71,159,55). Sum of RGB (Red+Green+Blue) = 71+159+55=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #479F37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479F37 is #B860C8. Grayscale: #797979. Windows color (decimal): -12083401 or 3645255. OLE color: 3645255.
HSL color Cylindrical-coordinate representation of color #479F37: hue angle of 110.77º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #479F37 is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 159 | 55 | - |
| CMYK | 0.55 | 0 | 0.65 | 0.38 |
| HSL | 110.77º | 0.49% | 0.42% | - |
| HSV(B) | 110.77º | 0.65% | 0.62% | - |
| XYZ | 15.69 | 26.41 | 7.89 | - |
| YUV | 120.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 55 | 0.55 | 0 | 0.65 | 0.38 | 110.77 | 0.49 | 0.42 |
| Hex | 47 | 9F | 37 | 37 | 0 | 41 | 26 | 6F | 31 | 2A |
| Octal | 107 | 237 | 67 | 67 | 0 | 101 | 46 | 157 | 61 | 52 |
| Binary | 1000111 | 10011111 | 110111 | 110111 | 0 | 1000001 | 100110 | 1101111 | 110001 | 101010 |
Color Harmonies of #479F37
Complementary color
Monochromatic Colors of #479F37
Black with #479F37
Text Example
Text Example
White with #479F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479F37; }
p { color: rgb(71,159,55); }
H1.HeaderClassName
{
color: #479F37;
}
.AnyTagClassName
{
color: #479F37;
}
</style>
background-color css
<style>
a { background-color: #479F37; }
a { background-color: rgb(71,159,55); }
div.DivClassName
{
background-color: #479F37;
}
.BgClassName
{
background-color: #479F37;
}
</style>
border-color css
<style>
span { border-color: #479F37; }
span { border-color: rgb(71,159,55); }
td.TdClassName
{
border-color: #479F37;
}
.TagClassName
{
border-color: #479F37;
}
</style>