Shades of La Palma #479D39
Tints of La Palma #479D39
RGB
CMYK
RGB Variations
Color information
#479D39 (or 0x479D39) is known color: La Palma. HEX triplet: 47, 9D and 39. RGB value is (71,157,57). Sum of RGB (Red+Green+Blue) = 71+157+57=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #479D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D39 is #B862C6. Grayscale: #787878. Windows color (decimal): -12083911 or 3775815. OLE color: 3775815.
HSL color Cylindrical-coordinate representation of color #479D39: hue angle of 111.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #479D39 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 57 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.38 |
| HSL | 111.6º | 0.47% | 0.42% | - |
| HSV(B) | 111.6º | 0.64% | 0.62% | - |
| XYZ | 15.39 | 25.75 | 8.03 | - |
| YUV | 119.89 | 92.51 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 57 | 0.55 | 0 | 0.64 | 0.38 | 111.6 | 0.47 | 0.42 |
| Hex | 47 | 9D | 39 | 37 | 0 | 40 | 26 | 70 | 2F | 2A |
| Octal | 107 | 235 | 71 | 67 | 0 | 100 | 46 | 160 | 57 | 52 |
| Binary | 1000111 | 10011101 | 111001 | 110111 | 0 | 1000000 | 100110 | 1110000 | 101111 | 101010 |
Color Harmonies of #479D39
Complementary color
Monochromatic Colors of #479D39
Black with #479D39
Text Example
Text Example
White with #479D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D39; }
p { color: rgb(71,157,57); }
H1.HeaderClassName
{
color: #479D39;
}
.AnyTagClassName
{
color: #479D39;
}
</style>
background-color css
<style>
a { background-color: #479D39; }
a { background-color: rgb(71,157,57); }
div.DivClassName
{
background-color: #479D39;
}
.BgClassName
{
background-color: #479D39;
}
</style>
border-color css
<style>
span { border-color: #479D39; }
span { border-color: rgb(71,157,57); }
td.TdClassName
{
border-color: #479D39;
}
.TagClassName
{
border-color: #479D39;
}
</style>