Shades of La Palma #388B1F
Tints of La Palma #388B1F
RGB
CMYK
RGB Variations
Color information
#388B1F (or 0x388B1F) is known color: La Palma. HEX triplet: 38, 8B and 1F. RGB value is (56,139,31). Sum of RGB (Red+Green+Blue) = 56+139+31=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 139 (54.69% from 255 or 61.50% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 139 - color contains mainly: green. Hex color #388B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388B1F is #C774E0. Grayscale: #666666. Windows color (decimal): -13071585 or 2067256. OLE color: 2067256.
HSL color Cylindrical-coordinate representation of color #388B1F: hue angle of 106.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388B1F is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 139 | 31 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.45 |
| HSL | 106.11º | 0.64% | 0.33% | - |
| HSV(B) | 106.11º | 0.78% | 0.55% | - |
| XYZ | 11.11 | 19.4 | 4.46 | - |
| YUV | 101.87 | 88 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 31 | 0.60 | 0 | 0.78 | 0.45 | 106.11 | 0.64 | 0.33 |
| Hex | 38 | 8B | 1F | 3C | 0 | 4E | 2D | 6A | 40 | 21 |
| Octal | 70 | 213 | 37 | 74 | 0 | 116 | 55 | 152 | 100 | 41 |
| Binary | 111000 | 10001011 | 11111 | 111100 | 0 | 1001110 | 101101 | 1101010 | 1000000 | 100001 |
Color Harmonies of #388B1F
Complementary color
Monochromatic Colors of #388B1F
Black with #388B1F
Text Example
Text Example
White with #388B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388B1F; }
p { color: rgb(56,139,31); }
H1.HeaderClassName
{
color: #388B1F;
}
.AnyTagClassName
{
color: #388B1F;
}
</style>
background-color css
<style>
a { background-color: #388B1F; }
a { background-color: rgb(56,139,31); }
div.DivClassName
{
background-color: #388B1F;
}
.BgClassName
{
background-color: #388B1F;
}
</style>
border-color css
<style>
span { border-color: #388B1F; }
span { border-color: rgb(56,139,31); }
td.TdClassName
{
border-color: #388B1F;
}
.TagClassName
{
border-color: #388B1F;
}
</style>