Shades of La Palma #47921A
Tints of La Palma #47921A
RGB
CMYK
RGB Variations
Color information
#47921A (or 0x47921A) is known color: La Palma. HEX triplet: 47, 92 and 1A. RGB value is (71,146,26). Sum of RGB (Red+Green+Blue) = 71+146+26=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #47921A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47921A is #B86DE5. Grayscale: #6E6E6E. Windows color (decimal): -12086758 or 1741383. OLE color: 1741383.
HSL color Cylindrical-coordinate representation of color #47921A: hue angle of 97.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47921A is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 146 | 26 | - |
| CMYK | 0.51 | 0 | 0.82 | 0.43 |
| HSL | 97.5º | 0.7% | 0.34% | - |
| HSV(B) | 97.5º | 0.82% | 0.57% | - |
| XYZ | 13.06 | 21.97 | 4.53 | - |
| YUV | 109.9 | 80.65 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 146 | 26 | 0.51 | 0 | 0.82 | 0.43 | 97.5 | 0.7 | 0.34 |
| Hex | 47 | 92 | 1A | 33 | 0 | 52 | 2B | 62 | 46 | 22 |
| Octal | 107 | 222 | 32 | 63 | 0 | 122 | 53 | 142 | 106 | 42 |
| Binary | 1000111 | 10010010 | 11010 | 110011 | 0 | 1010010 | 101011 | 1100010 | 1000110 | 100010 |
Color Harmonies of #47921A
Complementary color
Monochromatic Colors of #47921A
Black with #47921A
Text Example
Text Example
White with #47921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47921A; }
p { color: rgb(71,146,26); }
H1.HeaderClassName
{
color: #47921A;
}
.AnyTagClassName
{
color: #47921A;
}
</style>
background-color css
<style>
a { background-color: #47921A; }
a { background-color: rgb(71,146,26); }
div.DivClassName
{
background-color: #47921A;
}
.BgClassName
{
background-color: #47921A;
}
</style>
border-color css
<style>
span { border-color: #47921A; }
span { border-color: rgb(71,146,26); }
td.TdClassName
{
border-color: #47921A;
}
.TagClassName
{
border-color: #47921A;
}
</style>