Shades of La Palma #47920C
Tints of La Palma #47920C
RGB
CMYK
RGB Variations
Color information
#47920C (or 0x47920C) is known color: La Palma. HEX triplet: 47, 92 and 0C. RGB value is (71,146,12). Sum of RGB (Red+Green+Blue) = 71+146+12=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 146 (57.42% from 255 or 63.76% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 146 - color contains mainly: green. Hex color #47920C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47920C is #B86DF3. Grayscale: #6C6C6C. Windows color (decimal): -12086772 or 823879. OLE color: 823879.
HSL color Cylindrical-coordinate representation of color #47920C: hue angle of 93.58º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47920C is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 146 | 12 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.43 |
| HSL | 93.58º | 0.85% | 0.31% | - |
| HSV(B) | 93.58º | 0.92% | 0.57% | - |
| XYZ | 12.94 | 21.92 | 3.9 | - |
| YUV | 108.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 12 | 0.51 | 0 | 0.92 | 0.43 | 93.58 | 0.85 | 0.31 |
| Hex | 47 | 92 | C | 33 | 0 | 5C | 2B | 5E | 55 | 1F |
| Octal | 107 | 222 | 14 | 63 | 0 | 134 | 53 | 136 | 125 | 37 |
| Binary | 1000111 | 10010010 | 1100 | 110011 | 0 | 1011100 | 101011 | 1011110 | 1010101 | 11111 |
Color Harmonies of #47920C
Complementary color
Monochromatic Colors of #47920C
Black with #47920C
Text Example
Text Example
White with #47920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47920C; }
p { color: rgb(71,146,12); }
H1.HeaderClassName
{
color: #47920C;
}
.AnyTagClassName
{
color: #47920C;
}
</style>
background-color css
<style>
a { background-color: #47920C; }
a { background-color: rgb(71,146,12); }
div.DivClassName
{
background-color: #47920C;
}
.BgClassName
{
background-color: #47920C;
}
</style>
border-color css
<style>
span { border-color: #47920C; }
span { border-color: rgb(71,146,12); }
td.TdClassName
{
border-color: #47920C;
}
.TagClassName
{
border-color: #47920C;
}
</style>