Shades of La Palma #479F31
Tints of La Palma #479F31
RGB
CMYK
RGB Variations
Color information
#479F31 (or 0x479F31) is known color: La Palma. HEX triplet: 47, 9F and 31. RGB value is (71,159,49). Sum of RGB (Red+Green+Blue) = 71+159+49=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #479F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479F31 is #B860CE. Grayscale: #787878. Windows color (decimal): -12083407 or 3252039. OLE color: 3252039.
HSL color Cylindrical-coordinate representation of color #479F31: hue angle of 108º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #479F31 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 159 | 49 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.38 |
| HSL | 108º | 0.53% | 0.41% | - |
| HSV(B) | 108º | 0.69% | 0.62% | - |
| XYZ | 15.55 | 26.36 | 7.17 | - |
| YUV | 120.15 | 87.85 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 49 | 0.55 | 0 | 0.69 | 0.38 | 108 | 0.53 | 0.41 |
| Hex | 47 | 9F | 31 | 37 | 0 | 45 | 26 | 6C | 35 | 29 |
| Octal | 107 | 237 | 61 | 67 | 0 | 105 | 46 | 154 | 65 | 51 |
| Binary | 1000111 | 10011111 | 110001 | 110111 | 0 | 1000101 | 100110 | 1101100 | 110101 | 101001 |
Color Harmonies of #479F31
Complementary color
Monochromatic Colors of #479F31
Black with #479F31
Text Example
Text Example
White with #479F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479F31; }
p { color: rgb(71,159,49); }
H1.HeaderClassName
{
color: #479F31;
}
.AnyTagClassName
{
color: #479F31;
}
</style>
background-color css
<style>
a { background-color: #479F31; }
a { background-color: rgb(71,159,49); }
div.DivClassName
{
background-color: #479F31;
}
.BgClassName
{
background-color: #479F31;
}
</style>
border-color css
<style>
span { border-color: #479F31; }
span { border-color: rgb(71,159,49); }
td.TdClassName
{
border-color: #479F31;
}
.TagClassName
{
border-color: #479F31;
}
</style>