Shades of La Palma #389F15
Tints of La Palma #389F15
RGB
CMYK
RGB Variations
Color information
#389F15 (or 0x389F15) is known color: La Palma. HEX triplet: 38, 9F and 15. RGB value is (56,159,21). Sum of RGB (Red+Green+Blue) = 56+159+21=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 159 (62.5% from 255 or 67.37% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 159 - color contains mainly: green. Hex color #389F15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389F15 is #C760EA. Grayscale: #707070. Windows color (decimal): -13066475 or 1417016. OLE color: 1417016.
HSL color Cylindrical-coordinate representation of color #389F15: hue angle of 104.78º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #389F15 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 21 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.38 |
| HSL | 104.78º | 0.77% | 0.35% | - |
| HSV(B) | 104.78º | 0.87% | 0.62% | - |
| XYZ | 14.16 | 25.69 | 4.92 | - |
| YUV | 112.47 | 76.38 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 21 | 0.65 | 0 | 0.87 | 0.38 | 104.78 | 0.77 | 0.35 |
| Hex | 38 | 9F | 15 | 41 | 0 | 57 | 26 | 69 | 4D | 23 |
| Octal | 70 | 237 | 25 | 101 | 0 | 127 | 46 | 151 | 115 | 43 |
| Binary | 111000 | 10011111 | 10101 | 1000001 | 0 | 1010111 | 100110 | 1101001 | 1001101 | 100011 |
Color Harmonies of #389F15
Complementary color
Monochromatic Colors of #389F15
Black with #389F15
Text Example
Text Example
White with #389F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F15; }
p { color: rgb(56,159,21); }
H1.HeaderClassName
{
color: #389F15;
}
.AnyTagClassName
{
color: #389F15;
}
</style>
background-color css
<style>
a { background-color: #389F15; }
a { background-color: rgb(56,159,21); }
div.DivClassName
{
background-color: #389F15;
}
.BgClassName
{
background-color: #389F15;
}
</style>
border-color css
<style>
span { border-color: #389F15; }
span { border-color: rgb(56,159,21); }
td.TdClassName
{
border-color: #389F15;
}
.TagClassName
{
border-color: #389F15;
}
</style>