Shades of La Palma #47900D
Tints of La Palma #47900D
RGB
CMYK
RGB Variations
Color information
#47900D (or 0x47900D) is known color: La Palma. HEX triplet: 47, 90 and 0D. RGB value is (71,144,13). Sum of RGB (Red+Green+Blue) = 71+144+13=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #47900D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47900D is #B86FF2. Grayscale: #6B6B6B. Windows color (decimal): -12087283 or 888903. OLE color: 888903.
HSL color Cylindrical-coordinate representation of color #47900D: hue angle of 93.44º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47900D is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 13 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.44 |
| HSL | 93.44º | 0.83% | 0.31% | - |
| HSV(B) | 93.44º | 0.91% | 0.56% | - |
| XYZ | 12.64 | 21.32 | 3.83 | - |
| YUV | 107.24 | 74.82 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 13 | 0.51 | 0 | 0.91 | 0.44 | 93.44 | 0.83 | 0.31 |
| Hex | 47 | 90 | D | 33 | 0 | 5B | 2C | 5D | 53 | 1F |
| Octal | 107 | 220 | 15 | 63 | 0 | 133 | 54 | 135 | 123 | 37 |
| Binary | 1000111 | 10010000 | 1101 | 110011 | 0 | 1011011 | 101100 | 1011101 | 1010011 | 11111 |
Color Harmonies of #47900D
Complementary color
Monochromatic Colors of #47900D
Black with #47900D
Text Example
Text Example
White with #47900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47900D; }
p { color: rgb(71,144,13); }
H1.HeaderClassName
{
color: #47900D;
}
.AnyTagClassName
{
color: #47900D;
}
</style>
background-color css
<style>
a { background-color: #47900D; }
a { background-color: rgb(71,144,13); }
div.DivClassName
{
background-color: #47900D;
}
.BgClassName
{
background-color: #47900D;
}
</style>
border-color css
<style>
span { border-color: #47900D; }
span { border-color: rgb(71,144,13); }
td.TdClassName
{
border-color: #47900D;
}
.TagClassName
{
border-color: #47900D;
}
</style>