Shades of La Palma #479D22
Tints of La Palma #479D22
RGB
CMYK
RGB Variations
Color information
#479D22 (or 0x479D22) is known color: La Palma. HEX triplet: 47, 9D and 22. RGB value is (71,157,34). Sum of RGB (Red+Green+Blue) = 71+157+34=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 157 (61.72% from 255 or 59.92% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 157 - color contains mainly: green. Hex color #479D22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479D22 is #B862DD. Grayscale: #757575. Windows color (decimal): -12083934 or 2268487. OLE color: 2268487.
HSL color Cylindrical-coordinate representation of color #479D22: hue angle of 101.95º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #479D22 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 157 | 34 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.38 |
| HSL | 101.95º | 0.64% | 0.37% | - |
| HSV(B) | 101.95º | 0.78% | 0.62% | - |
| XYZ | 14.94 | 25.57 | 5.66 | - |
| YUV | 117.26 | 81.01 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 157 | 34 | 0.55 | 0 | 0.78 | 0.38 | 101.95 | 0.64 | 0.37 |
| Hex | 47 | 9D | 22 | 37 | 0 | 4E | 26 | 66 | 40 | 25 |
| Octal | 107 | 235 | 42 | 67 | 0 | 116 | 46 | 146 | 100 | 45 |
| Binary | 1000111 | 10011101 | 100010 | 110111 | 0 | 1001110 | 100110 | 1100110 | 1000000 | 100101 |
Color Harmonies of #479D22
Complementary color
Monochromatic Colors of #479D22
Black with #479D22
Text Example
Text Example
White with #479D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479D22; }
p { color: rgb(71,157,34); }
H1.HeaderClassName
{
color: #479D22;
}
.AnyTagClassName
{
color: #479D22;
}
</style>
background-color css
<style>
a { background-color: #479D22; }
a { background-color: rgb(71,157,34); }
div.DivClassName
{
background-color: #479D22;
}
.BgClassName
{
background-color: #479D22;
}
</style>
border-color css
<style>
span { border-color: #479D22; }
span { border-color: rgb(71,157,34); }
td.TdClassName
{
border-color: #479D22;
}
.TagClassName
{
border-color: #479D22;
}
</style>