Shades of La Palma #47901A
Tints of La Palma #47901A
RGB
CMYK
RGB Variations
Color information
#47901A (or 0x47901A) is known color: La Palma. HEX triplet: 47, 90 and 1A. RGB value is (71,144,26). Sum of RGB (Red+Green+Blue) = 71+144+26=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 144 (56.64% from 255 or 59.75% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 144 - color contains mainly: green. Hex color #47901A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47901A is #B86FE5. Grayscale: #6D6D6D. Windows color (decimal): -12087270 or 1740871. OLE color: 1740871.
HSL color Cylindrical-coordinate representation of color #47901A: hue angle of 97.12º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47901A is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 144 | 26 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.44 |
| HSL | 97.12º | 0.69% | 0.33% | - |
| HSV(B) | 97.12º | 0.82% | 0.56% | - |
| XYZ | 12.76 | 21.36 | 4.43 | - |
| YUV | 108.72 | 81.32 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 26 | 0.51 | 0 | 0.82 | 0.44 | 97.12 | 0.69 | 0.33 |
| Hex | 47 | 90 | 1A | 33 | 0 | 52 | 2C | 61 | 45 | 21 |
| Octal | 107 | 220 | 32 | 63 | 0 | 122 | 54 | 141 | 105 | 41 |
| Binary | 1000111 | 10010000 | 11010 | 110011 | 0 | 1010010 | 101100 | 1100001 | 1000101 | 100001 |
Color Harmonies of #47901A
Complementary color
Monochromatic Colors of #47901A
Black with #47901A
Text Example
Text Example
White with #47901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47901A; }
p { color: rgb(71,144,26); }
H1.HeaderClassName
{
color: #47901A;
}
.AnyTagClassName
{
color: #47901A;
}
</style>
background-color css
<style>
a { background-color: #47901A; }
a { background-color: rgb(71,144,26); }
div.DivClassName
{
background-color: #47901A;
}
.BgClassName
{
background-color: #47901A;
}
</style>
border-color css
<style>
span { border-color: #47901A; }
span { border-color: rgb(71,144,26); }
td.TdClassName
{
border-color: #47901A;
}
.TagClassName
{
border-color: #47901A;
}
</style>