Shades of La Palma #389D12
Tints of La Palma #389D12
RGB
CMYK
RGB Variations
Color information
#389D12 (or 0x389D12) is known color: La Palma. HEX triplet: 38, 9D and 12. RGB value is (56,157,18). Sum of RGB (Red+Green+Blue) = 56+157+18=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 157 (61.72% from 255 or 67.97% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 157 - color contains mainly: green. Hex color #389D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389D12 is #C762ED. Grayscale: #6F6F6F. Windows color (decimal): -13066990 or 1219896. OLE color: 1219896.
HSL color Cylindrical-coordinate representation of color #389D12: hue angle of 103.6º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #389D12 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 18 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.38 |
| HSL | 103.6º | 0.79% | 0.34% | - |
| HSV(B) | 103.6º | 0.89% | 0.62% | - |
| XYZ | 13.8 | 25 | 4.67 | - |
| YUV | 110.96 | 75.54 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 18 | 0.64 | 0 | 0.89 | 0.38 | 103.6 | 0.79 | 0.34 |
| Hex | 38 | 9D | 12 | 40 | 0 | 59 | 26 | 68 | 4F | 22 |
| Octal | 70 | 235 | 22 | 100 | 0 | 131 | 46 | 150 | 117 | 42 |
| Binary | 111000 | 10011101 | 10010 | 1000000 | 0 | 1011001 | 100110 | 1101000 | 1001111 | 100010 |
Color Harmonies of #389D12
Complementary color
Monochromatic Colors of #389D12
Black with #389D12
Text Example
Text Example
White with #389D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D12; }
p { color: rgb(56,157,18); }
H1.HeaderClassName
{
color: #389D12;
}
.AnyTagClassName
{
color: #389D12;
}
</style>
background-color css
<style>
a { background-color: #389D12; }
a { background-color: rgb(56,157,18); }
div.DivClassName
{
background-color: #389D12;
}
.BgClassName
{
background-color: #389D12;
}
</style>
border-color css
<style>
span { border-color: #389D12; }
span { border-color: rgb(56,157,18); }
td.TdClassName
{
border-color: #389D12;
}
.TagClassName
{
border-color: #389D12;
}
</style>