Shades of La Palma #479A34
Tints of La Palma #479A34
RGB
CMYK
RGB Variations
Color information
#479A34 (or 0x479A34) is known color: La Palma. HEX triplet: 47, 9A and 34. RGB value is (71,154,52). Sum of RGB (Red+Green+Blue) = 71+154+52=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 154 (60.55% from 255 or 55.60% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 154 - color contains mainly: green. Hex color #479A34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479A34 is #B865CB. Grayscale: #757575. Windows color (decimal): -12084684 or 3447367. OLE color: 3447367.
HSL color Cylindrical-coordinate representation of color #479A34: hue angle of 108.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #479A34 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 154 | 52 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.40 |
| HSL | 108.82º | 0.5% | 0.4% | - |
| HSV(B) | 108.82º | 0.66% | 0.6% | - |
| XYZ | 14.77 | 24.7 | 7.24 | - |
| YUV | 117.56 | 91 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 52 | 0.54 | 0 | 0.66 | 0.40 | 108.82 | 0.5 | 0.4 |
| Hex | 47 | 9A | 34 | 36 | 0 | 42 | 28 | 6D | 32 | 28 |
| Octal | 107 | 232 | 64 | 66 | 0 | 102 | 50 | 155 | 62 | 50 |
| Binary | 1000111 | 10011010 | 110100 | 110110 | 0 | 1000010 | 101000 | 1101101 | 110010 | 101000 |
Color Harmonies of #479A34
Complementary color
Monochromatic Colors of #479A34
Black with #479A34
Text Example
Text Example
White with #479A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479A34; }
p { color: rgb(71,154,52); }
H1.HeaderClassName
{
color: #479A34;
}
.AnyTagClassName
{
color: #479A34;
}
</style>
background-color css
<style>
a { background-color: #479A34; }
a { background-color: rgb(71,154,52); }
div.DivClassName
{
background-color: #479A34;
}
.BgClassName
{
background-color: #479A34;
}
</style>
border-color css
<style>
span { border-color: #479A34; }
span { border-color: rgb(71,154,52); }
td.TdClassName
{
border-color: #479A34;
}
.TagClassName
{
border-color: #479A34;
}
</style>