Shades of La Palma #388F10
Tints of La Palma #388F10
RGB
CMYK
RGB Variations
Color information
#388F10 (or 0x388F10) is known color: La Palma. HEX triplet: 38, 8F and 10. RGB value is (56,143,16). Sum of RGB (Red+Green+Blue) = 56+143+16=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 143 (56.25% from 255 or 66.51% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 143 - color contains mainly: green. Hex color #388F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388F10 is #C770EF. Grayscale: #666666. Windows color (decimal): -13070576 or 1085240. OLE color: 1085240.
HSL color Cylindrical-coordinate representation of color #388F10: hue angle of 101.1º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #388F10 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 143 | 16 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.44 |
| HSL | 101.1º | 0.8% | 0.31% | - |
| HSV(B) | 101.1º | 0.89% | 0.56% | - |
| XYZ | 11.55 | 20.52 | 3.84 | - |
| YUV | 102.51 | 79.18 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 16 | 0.61 | 0 | 0.89 | 0.44 | 101.1 | 0.8 | 0.31 |
| Hex | 38 | 8F | 10 | 3D | 0 | 59 | 2C | 65 | 50 | 1F |
| Octal | 70 | 217 | 20 | 75 | 0 | 131 | 54 | 145 | 120 | 37 |
| Binary | 111000 | 10001111 | 10000 | 111101 | 0 | 1011001 | 101100 | 1100101 | 1010000 | 11111 |
Color Harmonies of #388F10
Complementary color
Monochromatic Colors of #388F10
Black with #388F10
Text Example
Text Example
White with #388F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F10; }
p { color: rgb(56,143,16); }
H1.HeaderClassName
{
color: #388F10;
}
.AnyTagClassName
{
color: #388F10;
}
</style>
background-color css
<style>
a { background-color: #388F10; }
a { background-color: rgb(56,143,16); }
div.DivClassName
{
background-color: #388F10;
}
.BgClassName
{
background-color: #388F10;
}
</style>
border-color css
<style>
span { border-color: #388F10; }
span { border-color: rgb(56,143,16); }
td.TdClassName
{
border-color: #388F10;
}
.TagClassName
{
border-color: #388F10;
}
</style>