Shades of La Palma #47990B
Tints of La Palma #47990B
RGB
CMYK
RGB Variations
Color information
#47990B (or 0x47990B) is known color: La Palma. HEX triplet: 47, 99 and 0B. RGB value is (71,153,11). Sum of RGB (Red+Green+Blue) = 71+153+11=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #47990B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47990B is #B866F4. Grayscale: #707070. Windows color (decimal): -12084981 or 760135. OLE color: 760135.
HSL color Cylindrical-coordinate representation of color #47990B: hue angle of 94.65º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47990B is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 153 | 11 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.4 |
| HSL | 94.65º | 0.87% | 0.32% | - |
| HSV(B) | 94.65º | 0.93% | 0.6% | - |
| XYZ | 14.05 | 24.15 | 4.24 | - |
| YUV | 112.29 | 70.83 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 11 | 0.54 | 0 | 0.93 | 0.4 | 94.65 | 0.87 | 0.32 |
| Hex | 47 | 99 | B | 36 | 0 | 5D | 28 | 5F | 57 | 20 |
| Octal | 107 | 231 | 13 | 66 | 0 | 135 | 50 | 137 | 127 | 40 |
| Binary | 1000111 | 10011001 | 1011 | 110110 | 0 | 1011101 | 101000 | 1011111 | 1010111 | 100000 |
Color Harmonies of #47990B
Complementary color
Monochromatic Colors of #47990B
Black with #47990B
Text Example
Text Example
White with #47990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47990B; }
p { color: rgb(71,153,11); }
H1.HeaderClassName
{
color: #47990B;
}
.AnyTagClassName
{
color: #47990B;
}
</style>
background-color css
<style>
a { background-color: #47990B; }
a { background-color: rgb(71,153,11); }
div.DivClassName
{
background-color: #47990B;
}
.BgClassName
{
background-color: #47990B;
}
</style>
border-color css
<style>
span { border-color: #47990B; }
span { border-color: rgb(71,153,11); }
td.TdClassName
{
border-color: #47990B;
}
.TagClassName
{
border-color: #47990B;
}
</style>