Shades of La Palma #389D1F
Tints of La Palma #389D1F
RGB
CMYK
RGB Variations
Color information
#389D1F (or 0x389D1F) is known color: La Palma. HEX triplet: 38, 9D and 1F. RGB value is (56,157,31). Sum of RGB (Red+Green+Blue) = 56+157+31=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 157 (61.72% from 255 or 64.34% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 157 - color contains mainly: green. Hex color #389D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389D1F is #C762E0. Grayscale: #707070. Windows color (decimal): -13066977 or 2071864. OLE color: 2071864.
HSL color Cylindrical-coordinate representation of color #389D1F: hue angle of 108.1º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #389D1F is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 31 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.38 |
| HSL | 108.1º | 0.67% | 0.37% | - |
| HSV(B) | 108.1º | 0.8% | 0.62% | - |
| XYZ | 13.94 | 25.05 | 5.4 | - |
| YUV | 112.44 | 82.04 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 31 | 0.64 | 0 | 0.80 | 0.38 | 108.1 | 0.67 | 0.37 |
| Hex | 38 | 9D | 1F | 40 | 0 | 50 | 26 | 6C | 43 | 25 |
| Octal | 70 | 235 | 37 | 100 | 0 | 120 | 46 | 154 | 103 | 45 |
| Binary | 111000 | 10011101 | 11111 | 1000000 | 0 | 1010000 | 100110 | 1101100 | 1000011 | 100101 |
Color Harmonies of #389D1F
Complementary color
Monochromatic Colors of #389D1F
Black with #389D1F
Text Example
Text Example
White with #389D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D1F; }
p { color: rgb(56,157,31); }
H1.HeaderClassName
{
color: #389D1F;
}
.AnyTagClassName
{
color: #389D1F;
}
</style>
background-color css
<style>
a { background-color: #389D1F; }
a { background-color: rgb(56,157,31); }
div.DivClassName
{
background-color: #389D1F;
}
.BgClassName
{
background-color: #389D1F;
}
</style>
border-color css
<style>
span { border-color: #389D1F; }
span { border-color: rgb(56,157,31); }
td.TdClassName
{
border-color: #389D1F;
}
.TagClassName
{
border-color: #389D1F;
}
</style>