Shades of La Palma #488B08
Tints of La Palma #488B08
RGB
CMYK
RGB Variations
Color information
#488B08 (or 0x488B08) is known color: La Palma. HEX triplet: 48, 8B and 08. RGB value is (72,139,8). Sum of RGB (Red+Green+Blue) = 72+139+8=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 139 (54.69% from 255 or 63.47% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 139 - color contains mainly: green. Hex color #488B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488B08 is #B774F7. Grayscale: #686868. Windows color (decimal): -12023032 or 559944. OLE color: 559944.
HSL color Cylindrical-coordinate representation of color #488B08: hue angle of 90.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #488B08 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 8 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.45 |
| HSL | 90.69º | 0.89% | 0.29% | - |
| HSV(B) | 90.69º | 0.94% | 0.55% | - |
| XYZ | 11.95 | 19.86 | 3.43 | - |
| YUV | 104.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 8 | 0.48 | 0 | 0.94 | 0.45 | 90.69 | 0.89 | 0.29 |
| Hex | 48 | 8B | 8 | 30 | 0 | 5E | 2D | 5B | 59 | 1D |
| Octal | 110 | 213 | 10 | 60 | 0 | 136 | 55 | 133 | 131 | 35 |
| Binary | 1001000 | 10001011 | 1000 | 110000 | 0 | 1011110 | 101101 | 1011011 | 1011001 | 11101 |
Color Harmonies of #488B08
Complementary color
Monochromatic Colors of #488B08
Black with #488B08
Text Example
Text Example
White with #488B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B08; }
p { color: rgb(72,139,8); }
H1.HeaderClassName
{
color: #488B08;
}
.AnyTagClassName
{
color: #488B08;
}
</style>
background-color css
<style>
a { background-color: #488B08; }
a { background-color: rgb(72,139,8); }
div.DivClassName
{
background-color: #488B08;
}
.BgClassName
{
background-color: #488B08;
}
</style>
border-color css
<style>
span { border-color: #488B08; }
span { border-color: rgb(72,139,8); }
td.TdClassName
{
border-color: #488B08;
}
.TagClassName
{
border-color: #488B08;
}
</style>