Shades of La Palma #479E32
Tints of La Palma #479E32
RGB
CMYK
RGB Variations
Color information
#479E32 (or 0x479E32) is known color: La Palma. HEX triplet: 47, 9E and 32. RGB value is (71,158,50). Sum of RGB (Red+Green+Blue) = 71+158+50=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 158 (62.11% from 255 or 56.63% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 158 - color contains mainly: green. Hex color #479E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479E32 is #B861CD. Grayscale: #787878. Windows color (decimal): -12083662 or 3317319. OLE color: 3317319.
HSL color Cylindrical-coordinate representation of color #479E32: hue angle of 108.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #479E32 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 158 | 50 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.38 |
| HSL | 108.33º | 0.52% | 0.41% | - |
| HSV(B) | 108.33º | 0.68% | 0.62% | - |
| XYZ | 15.4 | 26.02 | 7.23 | - |
| YUV | 119.68 | 88.68 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 50 | 0.55 | 0 | 0.68 | 0.38 | 108.33 | 0.52 | 0.41 |
| Hex | 47 | 9E | 32 | 37 | 0 | 44 | 26 | 6C | 34 | 29 |
| Octal | 107 | 236 | 62 | 67 | 0 | 104 | 46 | 154 | 64 | 51 |
| Binary | 1000111 | 10011110 | 110010 | 110111 | 0 | 1000100 | 100110 | 1101100 | 110100 | 101001 |
Color Harmonies of #479E32
Complementary color
Monochromatic Colors of #479E32
Black with #479E32
Text Example
Text Example
White with #479E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479E32; }
p { color: rgb(71,158,50); }
H1.HeaderClassName
{
color: #479E32;
}
.AnyTagClassName
{
color: #479E32;
}
</style>
background-color css
<style>
a { background-color: #479E32; }
a { background-color: rgb(71,158,50); }
div.DivClassName
{
background-color: #479E32;
}
.BgClassName
{
background-color: #479E32;
}
</style>
border-color css
<style>
span { border-color: #479E32; }
span { border-color: rgb(71,158,50); }
td.TdClassName
{
border-color: #479E32;
}
.TagClassName
{
border-color: #479E32;
}
</style>