Shades of La Palma #389F31
Tints of La Palma #389F31
RGB
CMYK
RGB Variations
Color information
#389F31 (or 0x389F31) is known color: La Palma. HEX triplet: 38, 9F and 31. RGB value is (56,159,49). Sum of RGB (Red+Green+Blue) = 56+159+49=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #389F31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389F31 is #C760CE. Grayscale: #737373. Windows color (decimal): -13066447 or 3252024. OLE color: 3252024.
HSL color Cylindrical-coordinate representation of color #389F31: hue angle of 116.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #389F31 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 49 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.38 |
| HSL | 116.18º | 0.53% | 0.41% | - |
| HSV(B) | 116.18º | 0.69% | 0.62% | - |
| XYZ | 14.58 | 25.86 | 7.13 | - |
| YUV | 115.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 49 | 0.65 | 0 | 0.69 | 0.38 | 116.18 | 0.53 | 0.41 |
| Hex | 38 | 9F | 31 | 41 | 0 | 45 | 26 | 74 | 35 | 29 |
| Octal | 70 | 237 | 61 | 101 | 0 | 105 | 46 | 164 | 65 | 51 |
| Binary | 111000 | 10011111 | 110001 | 1000001 | 0 | 1000101 | 100110 | 1110100 | 110101 | 101001 |
Color Harmonies of #389F31
Complementary color
Monochromatic Colors of #389F31
Black with #389F31
Text Example
Text Example
White with #389F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F31; }
p { color: rgb(56,159,49); }
H1.HeaderClassName
{
color: #389F31;
}
.AnyTagClassName
{
color: #389F31;
}
</style>
background-color css
<style>
a { background-color: #389F31; }
a { background-color: rgb(56,159,49); }
div.DivClassName
{
background-color: #389F31;
}
.BgClassName
{
background-color: #389F31;
}
</style>
border-color css
<style>
span { border-color: #389F31; }
span { border-color: rgb(56,159,49); }
td.TdClassName
{
border-color: #389F31;
}
.TagClassName
{
border-color: #389F31;
}
</style>