Shades of La Palma #47990C
Tints of La Palma #47990C
RGB
CMYK
RGB Variations
Color information
#47990C (or 0x47990C) is known color: La Palma. HEX triplet: 47, 99 and 0C. RGB value is (71,153,12). Sum of RGB (Red+Green+Blue) = 71+153+12=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 153 (60.16% from 255 or 64.83% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 153 - color contains mainly: green. Hex color #47990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47990C is #B866F3. Grayscale: #707070. Windows color (decimal): -12084980 or 825671. OLE color: 825671.
HSL color Cylindrical-coordinate representation of color #47990C: hue angle of 94.89º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47990C is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 153 | 12 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.4 |
| HSL | 94.89º | 0.85% | 0.32% | - |
| HSV(B) | 94.89º | 0.92% | 0.6% | - |
| XYZ | 14.06 | 24.15 | 4.27 | - |
| YUV | 112.41 | 71.33 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 12 | 0.54 | 0 | 0.92 | 0.4 | 94.89 | 0.85 | 0.32 |
| Hex | 47 | 99 | C | 36 | 0 | 5C | 28 | 5F | 55 | 20 |
| Octal | 107 | 231 | 14 | 66 | 0 | 134 | 50 | 137 | 125 | 40 |
| Binary | 1000111 | 10011001 | 1100 | 110110 | 0 | 1011100 | 101000 | 1011111 | 1010101 | 100000 |
Color Harmonies of #47990C
Complementary color
Monochromatic Colors of #47990C
Black with #47990C
Text Example
Text Example
White with #47990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47990C; }
p { color: rgb(71,153,12); }
H1.HeaderClassName
{
color: #47990C;
}
.AnyTagClassName
{
color: #47990C;
}
</style>
background-color css
<style>
a { background-color: #47990C; }
a { background-color: rgb(71,153,12); }
div.DivClassName
{
background-color: #47990C;
}
.BgClassName
{
background-color: #47990C;
}
</style>
border-color css
<style>
span { border-color: #47990C; }
span { border-color: rgb(71,153,12); }
td.TdClassName
{
border-color: #47990C;
}
.TagClassName
{
border-color: #47990C;
}
</style>