Shades of La Palma #388B25
Tints of La Palma #388B25
RGB
CMYK
RGB Variations
Color information
#388B25 (or 0x388B25) is known color: La Palma. HEX triplet: 38, 8B and 25. RGB value is (56,139,37). Sum of RGB (Red+Green+Blue) = 56+139+37=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #388B25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388B25 is #C774DA. Grayscale: #666666. Windows color (decimal): -13071579 or 2460472. OLE color: 2460472.
HSL color Cylindrical-coordinate representation of color #388B25: hue angle of 108.82º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388B25 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 139 | 37 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.45 |
| HSL | 108.82º | 0.58% | 0.35% | - |
| HSV(B) | 108.82º | 0.73% | 0.55% | - |
| XYZ | 11.2 | 19.44 | 4.91 | - |
| YUV | 102.56 | 91 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 37 | 0.60 | 0 | 0.73 | 0.45 | 108.82 | 0.58 | 0.35 |
| Hex | 38 | 8B | 25 | 3C | 0 | 49 | 2D | 6D | 3A | 23 |
| Octal | 70 | 213 | 45 | 74 | 0 | 111 | 55 | 155 | 72 | 43 |
| Binary | 111000 | 10001011 | 100101 | 111100 | 0 | 1001001 | 101101 | 1101101 | 111010 | 100011 |
Color Harmonies of #388B25
Complementary color
Monochromatic Colors of #388B25
Black with #388B25
Text Example
Text Example
White with #388B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388B25; }
p { color: rgb(56,139,37); }
H1.HeaderClassName
{
color: #388B25;
}
.AnyTagClassName
{
color: #388B25;
}
</style>
background-color css
<style>
a { background-color: #388B25; }
a { background-color: rgb(56,139,37); }
div.DivClassName
{
background-color: #388B25;
}
.BgClassName
{
background-color: #388B25;
}
</style>
border-color css
<style>
span { border-color: #388B25; }
span { border-color: rgb(56,139,37); }
td.TdClassName
{
border-color: #388B25;
}
.TagClassName
{
border-color: #388B25;
}
</style>