Shades of La Palma #48822F
Tints of La Palma #48822F
RGB
CMYK
RGB Variations
Color information
#48822F (or 0x48822F) is known color: La Palma. HEX triplet: 48, 82 and 2F. RGB value is (72,130,47). Sum of RGB (Red+Green+Blue) = 72+130+47=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #48822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48822F is #B77DD0. Grayscale: #676767. Windows color (decimal): -12025297 or 3113544. OLE color: 3113544.
HSL color Cylindrical-coordinate representation of color #48822F: hue angle of 101.93º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48822F is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 130 | 47 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.49 |
| HSL | 101.93º | 0.47% | 0.35% | - |
| HSV(B) | 101.93º | 0.64% | 0.51% | - |
| XYZ | 11.17 | 17.55 | 5.49 | - |
| YUV | 103.2 | 96.28 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 47 | 0.45 | 0 | 0.64 | 0.49 | 101.93 | 0.47 | 0.35 |
| Hex | 48 | 82 | 2F | 2D | 0 | 40 | 31 | 66 | 2F | 23 |
| Octal | 110 | 202 | 57 | 55 | 0 | 100 | 61 | 146 | 57 | 43 |
| Binary | 1001000 | 10000010 | 101111 | 101101 | 0 | 1000000 | 110001 | 1100110 | 101111 | 100011 |
Color Harmonies of #48822F
Complementary color
Monochromatic Colors of #48822F
Black with #48822F
Text Example
Text Example
White with #48822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48822F; }
p { color: rgb(72,130,47); }
H1.HeaderClassName
{
color: #48822F;
}
.AnyTagClassName
{
color: #48822F;
}
</style>
background-color css
<style>
a { background-color: #48822F; }
a { background-color: rgb(72,130,47); }
div.DivClassName
{
background-color: #48822F;
}
.BgClassName
{
background-color: #48822F;
}
</style>
border-color css
<style>
span { border-color: #48822F; }
span { border-color: rgb(72,130,47); }
td.TdClassName
{
border-color: #48822F;
}
.TagClassName
{
border-color: #48822F;
}
</style>