Shades of La Palma #488C38
Tints of La Palma #488C38
RGB
CMYK
RGB Variations
Color information
#488C38 (or 0x488C38) is known color: La Palma. HEX triplet: 48, 8C and 38. RGB value is (72,140,56). Sum of RGB (Red+Green+Blue) = 72+140+56=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 140 (55.08% from 255 or 52.24% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 140 - color contains mainly: green. Hex color #488C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C38 is #B773C7. Grayscale: #6E6E6E. Windows color (decimal): -12022728 or 3705928. OLE color: 3705928.
HSL color Cylindrical-coordinate representation of color #488C38: hue angle of 108.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #488C38 is Cyan = 0.49, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 56 | - |
| CMYK | 0.49 | 0 | 0.6 | 0.45 |
| HSL | 108.57º | 0.43% | 0.38% | - |
| HSV(B) | 108.57º | 0.6% | 0.55% | - |
| XYZ | 12.76 | 20.42 | 7.01 | - |
| YUV | 110.09 | 97.47 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 56 | 0.49 | 0 | 0.6 | 0.45 | 108.57 | 0.43 | 0.38 |
| Hex | 48 | 8C | 38 | 31 | 0 | 3C | 2D | 6D | 2B | 26 |
| Octal | 110 | 214 | 70 | 61 | 0 | 74 | 55 | 155 | 53 | 46 |
| Binary | 1001000 | 10001100 | 111000 | 110001 | 0 | 111100 | 101101 | 1101101 | 101011 | 100110 |
Color Harmonies of #488C38
Complementary color
Monochromatic Colors of #488C38
Black with #488C38
Text Example
Text Example
White with #488C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C38; }
p { color: rgb(72,140,56); }
H1.HeaderClassName
{
color: #488C38;
}
.AnyTagClassName
{
color: #488C38;
}
</style>
background-color css
<style>
a { background-color: #488C38; }
a { background-color: rgb(72,140,56); }
div.DivClassName
{
background-color: #488C38;
}
.BgClassName
{
background-color: #488C38;
}
</style>
border-color css
<style>
span { border-color: #488C38; }
span { border-color: rgb(72,140,56); }
td.TdClassName
{
border-color: #488C38;
}
.TagClassName
{
border-color: #488C38;
}
</style>