Shades of La Palma #47862D
Tints of La Palma #47862D
RGB
CMYK
RGB Variations
Color information
#47862D (or 0x47862D) is known color: La Palma. HEX triplet: 47, 86 and 2D. RGB value is (71,134,45). Sum of RGB (Red+Green+Blue) = 71+134+45=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #47862D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47862D is #B879D2. Grayscale: #696969. Windows color (decimal): -12089811 or 2983495. OLE color: 2983495.
HSL color Cylindrical-coordinate representation of color #47862D: hue angle of 102.47º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47862D is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 134 | 45 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.47 |
| HSL | 102.47º | 0.5% | 0.35% | - |
| HSV(B) | 102.47º | 0.66% | 0.53% | - |
| XYZ | 11.6 | 18.58 | 5.46 | - |
| YUV | 105.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 45 | 0.47 | 0 | 0.66 | 0.47 | 102.47 | 0.5 | 0.35 |
| Hex | 47 | 86 | 2D | 2F | 0 | 42 | 2F | 66 | 32 | 23 |
| Octal | 107 | 206 | 55 | 57 | 0 | 102 | 57 | 146 | 62 | 43 |
| Binary | 1000111 | 10000110 | 101101 | 101111 | 0 | 1000010 | 101111 | 1100110 | 110010 | 100011 |
Color Harmonies of #47862D
Complementary color
Monochromatic Colors of #47862D
Black with #47862D
Text Example
Text Example
White with #47862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47862D; }
p { color: rgb(71,134,45); }
H1.HeaderClassName
{
color: #47862D;
}
.AnyTagClassName
{
color: #47862D;
}
</style>
background-color css
<style>
a { background-color: #47862D; }
a { background-color: rgb(71,134,45); }
div.DivClassName
{
background-color: #47862D;
}
.BgClassName
{
background-color: #47862D;
}
</style>
border-color css
<style>
span { border-color: #47862D; }
span { border-color: rgb(71,134,45); }
td.TdClassName
{
border-color: #47862D;
}
.TagClassName
{
border-color: #47862D;
}
</style>