Shades of La Palma #48A426
Tints of La Palma #48A426
RGB
CMYK
RGB Variations
Color information
#48A426 (or 0x48A426) is known color: La Palma. HEX triplet: 48, A4 and 26. RGB value is (72,164,38). Sum of RGB (Red+Green+Blue) = 72+164+38=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #48A426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A426 is #B75BD9. Grayscale: #7A7A7A. Windows color (decimal): -12016602 or 2532424. OLE color: 2532424.
HSL color Cylindrical-coordinate representation of color #48A426: hue angle of 103.81º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48A426 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 164 | 38 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.36 |
| HSL | 103.81º | 0.62% | 0.4% | - |
| HSV(B) | 103.81º | 0.77% | 0.64% | - |
| XYZ | 16.3 | 28.07 | 6.39 | - |
| YUV | 122.13 | 80.52 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 164 | 38 | 0.56 | 0 | 0.77 | 0.36 | 103.81 | 0.62 | 0.4 |
| Hex | 48 | A4 | 26 | 38 | 0 | 4D | 24 | 68 | 3E | 28 |
| Octal | 110 | 244 | 46 | 70 | 0 | 115 | 44 | 150 | 76 | 50 |
| Binary | 1001000 | 10100100 | 100110 | 111000 | 0 | 1001101 | 100100 | 1101000 | 111110 | 101000 |
Color Harmonies of #48A426
Complementary color
Monochromatic Colors of #48A426
Black with #48A426
Text Example
Text Example
White with #48A426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A426; }
p { color: rgb(72,164,38); }
H1.HeaderClassName
{
color: #48A426;
}
.AnyTagClassName
{
color: #48A426;
}
</style>
background-color css
<style>
a { background-color: #48A426; }
a { background-color: rgb(72,164,38); }
div.DivClassName
{
background-color: #48A426;
}
.BgClassName
{
background-color: #48A426;
}
</style>
border-color css
<style>
span { border-color: #48A426; }
span { border-color: rgb(72,164,38); }
td.TdClassName
{
border-color: #48A426;
}
.TagClassName
{
border-color: #48A426;
}
</style>