Shades of La Palma #479D26
Tints of La Palma #479D26
RGB
CMYK
RGB Variations
Color information
#479D26 (or 0x479D26) is known color: La Palma. HEX triplet: 47, 9D and 26. RGB value is (71,157,38). Sum of RGB (Red+Green+Blue) = 71+157+38=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 157 (61.72% from 255 or 59.02% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 157 - color contains mainly: green. Hex color #479D26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D26 is #B862D9. Grayscale: #767676. Windows color (decimal): -12083930 or 2530631. OLE color: 2530631.
HSL color Cylindrical-coordinate representation of color #479D26: hue angle of 103.36º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #479D26 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 38 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.38 |
| HSL | 103.36º | 0.61% | 0.38% | - |
| HSV(B) | 103.36º | 0.76% | 0.62% | - |
| XYZ | 15.01 | 25.59 | 5.98 | - |
| YUV | 117.72 | 83.01 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 38 | 0.55 | 0 | 0.76 | 0.38 | 103.36 | 0.61 | 0.38 |
| Hex | 47 | 9D | 26 | 37 | 0 | 4C | 26 | 67 | 3D | 26 |
| Octal | 107 | 235 | 46 | 67 | 0 | 114 | 46 | 147 | 75 | 46 |
| Binary | 1000111 | 10011101 | 100110 | 110111 | 0 | 1001100 | 100110 | 1100111 | 111101 | 100110 |
Color Harmonies of #479D26
Complementary color
Monochromatic Colors of #479D26
Black with #479D26
Text Example
Text Example
White with #479D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D26; }
p { color: rgb(71,157,38); }
H1.HeaderClassName
{
color: #479D26;
}
.AnyTagClassName
{
color: #479D26;
}
</style>
background-color css
<style>
a { background-color: #479D26; }
a { background-color: rgb(71,157,38); }
div.DivClassName
{
background-color: #479D26;
}
.BgClassName
{
background-color: #479D26;
}
</style>
border-color css
<style>
span { border-color: #479D26; }
span { border-color: rgb(71,157,38); }
td.TdClassName
{
border-color: #479D26;
}
.TagClassName
{
border-color: #479D26;
}
</style>