Shades of La Palma #388E0F
Tints of La Palma #388E0F
RGB
CMYK
RGB Variations
Color information
#388E0F (or 0x388E0F) is known color: La Palma. HEX triplet: 38, 8E and 0F. RGB value is (56,142,15). Sum of RGB (Red+Green+Blue) = 56+142+15=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 142 (55.86% from 255 or 66.67% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 142 - color contains mainly: green. Hex color #388E0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388E0F is #C771F0. Grayscale: #666666. Windows color (decimal): -13070833 or 1019448. OLE color: 1019448.
HSL color Cylindrical-coordinate representation of color #388E0F: hue angle of 100.63º degrees, saturation: 0.81, 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 #388E0F is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 142 | 15 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.44 |
| HSL | 100.63º | 0.81% | 0.31% | - |
| HSV(B) | 100.63º | 0.89% | 0.56% | - |
| XYZ | 11.39 | 20.22 | 3.75 | - |
| YUV | 101.81 | 79.01 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 15 | 0.61 | 0 | 0.89 | 0.44 | 100.63 | 0.81 | 0.31 |
| Hex | 38 | 8E | F | 3D | 0 | 59 | 2C | 65 | 51 | 1F |
| Octal | 70 | 216 | 17 | 75 | 0 | 131 | 54 | 145 | 121 | 37 |
| Binary | 111000 | 10001110 | 1111 | 111101 | 0 | 1011001 | 101100 | 1100101 | 1010001 | 11111 |
Color Harmonies of #388E0F
Complementary color
Monochromatic Colors of #388E0F
Black with #388E0F
Text Example
Text Example
White with #388E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388E0F; }
p { color: rgb(56,142,15); }
H1.HeaderClassName
{
color: #388E0F;
}
.AnyTagClassName
{
color: #388E0F;
}
</style>
background-color css
<style>
a { background-color: #388E0F; }
a { background-color: rgb(56,142,15); }
div.DivClassName
{
background-color: #388E0F;
}
.BgClassName
{
background-color: #388E0F;
}
</style>
border-color css
<style>
span { border-color: #388E0F; }
span { border-color: rgb(56,142,15); }
td.TdClassName
{
border-color: #388E0F;
}
.TagClassName
{
border-color: #388E0F;
}
</style>